| Package | Description |
|---|---|
| software.amazon.awscdk |
AWS Cloud Development Kit Library
|
| software.amazon.awscdk.services.cloudfront.experimental | |
| software.amazon.awscdk.services.ec2 |
Amazon EC2 Construct Library
|
| software.amazon.awscdk.services.ecs |
Amazon ECS Construct Library
|
| software.amazon.awscdk.services.efs |
Amazon Elastic File System Construct Library
|
| software.amazon.awscdk.services.eks |
Amazon EKS Construct Library
|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| software.amazon.awscdk.services.lambda.nodejs |
Amazon Lambda Node.js Library
|
| software.amazon.awscdk.services.s3.deployment |
AWS S3 Deployment Construct Library
|
| software.amazon.awscdk.services.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| software.amazon.awscdk.triggers |
Triggers
|
| Modifier and Type | Method and Description |
|---|---|
default Size |
CustomResourceProviderProps.getMemorySize()
The amount of memory that your function has access to.
|
Size |
CustomResourceProviderProps.Jsii$Proxy.getMemorySize() |
static Size |
Size.gibibytes(Number amount)
Create a Storage representing an amount gibibytes.
|
static Size |
Size.kibibytes(Number amount)
Create a Storage representing an amount kibibytes.
|
static Size |
Size.mebibytes(Number amount)
Create a Storage representing an amount mebibytes.
|
static Size |
Size.pebibytes(Number amount)
Create a Storage representing an amount pebibytes.
|
static Size |
Size.tebibytes(Number amount)
Create a Storage representing an amount tebibytes.
|
| Modifier and Type | Method and Description |
|---|---|
CustomResourceProviderProps.Builder |
CustomResourceProviderProps.Builder.memorySize(Size memorySize)
Sets the value of
CustomResourceProviderProps.getMemorySize() |
| Modifier and Type | Method and Description |
|---|---|
Size |
EdgeFunctionProps.Jsii$Proxy.getEphemeralStorageSize() |
| Modifier and Type | Method and Description |
|---|---|
EdgeFunction.Builder |
EdgeFunction.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
The size of the function’s /tmp directory in MiB.
|
EdgeFunctionProps.Builder |
EdgeFunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
Sets the value of
FunctionOptions.getEphemeralStorageSize() |
| Modifier and Type | Method and Description |
|---|---|
default Size |
VolumeProps.getSize()
The size of the volume, in GiBs.
|
Size |
VolumeProps.Jsii$Proxy.getSize() |
| Modifier and Type | Method and Description |
|---|---|
Volume.Builder |
Volume.Builder.size(Size size)
The size of the volume, in GiBs.
|
VolumeProps.Builder |
VolumeProps.Builder.size(Size size)
Sets the value of
VolumeProps.getSize() |
| Modifier and Type | Method and Description |
|---|---|
default Size |
LinuxParametersProps.getMaxSwap()
The total amount of swap memory a container can use.
|
Size |
LinuxParametersProps.Jsii$Proxy.getMaxSwap() |
| Modifier and Type | Method and Description |
|---|---|
LinuxParameters.Builder |
LinuxParameters.Builder.maxSwap(Size maxSwap)
The total amount of swap memory a container can use.
|
LinuxParametersProps.Builder |
LinuxParametersProps.Builder.maxSwap(Size maxSwap)
Sets the value of
LinuxParametersProps.getMaxSwap() |
| Modifier and Type | Method and Description |
|---|---|
default Size |
FileSystemProps.getProvisionedThroughputPerSecond()
Provisioned throughput for the file system.
|
Size |
FileSystemProps.Jsii$Proxy.getProvisionedThroughputPerSecond() |
| Modifier and Type | Method and Description |
|---|---|
FileSystem.Builder |
FileSystem.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond)
Provisioned throughput for the file system.
|
FileSystemProps.Builder |
FileSystemProps.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond)
Sets the value of
FileSystemProps.getProvisionedThroughputPerSecond() |
| Modifier and Type | Method and Description |
|---|---|
Size |
Cluster.getKubectlMemory()
The amount of memory allocated to the kubectl provider's lambda function.
|
default Size |
ClusterAttributes.getKubectlMemory()
Amount of memory to allocate to the provider's lambda function.
|
Size |
ClusterAttributes.Jsii$Proxy.getKubectlMemory() |
Size |
ClusterProps.Jsii$Proxy.getKubectlMemory() |
Size |
FargateClusterProps.Jsii$Proxy.getKubectlMemory() |
default Size |
ClusterOptions.getKubectlMemory()
Amount of memory to allocate to the provider's lambda function.
|
Size |
ClusterOptions.Jsii$Proxy.getKubectlMemory() |
default Size |
ICluster.getKubectlMemory()
Amount of memory to allocate to the provider's lambda function.
|
Size |
ICluster.Jsii$Proxy.getKubectlMemory()
Amount of memory to allocate to the provider's lambda function.
|
default Size |
ICluster.Jsii$Default.getKubectlMemory()
Amount of memory to allocate to the provider's lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.kubectlMemory(Size kubectlMemory)
Amount of memory to allocate to the provider's lambda function.
|
ClusterAttributes.Builder |
ClusterAttributes.Builder.kubectlMemory(Size kubectlMemory)
Sets the value of
ClusterAttributes.getKubectlMemory() |
ClusterProps.Builder |
ClusterProps.Builder.kubectlMemory(Size kubectlMemory)
Sets the value of
ClusterOptions.getKubectlMemory() |
FargateClusterProps.Builder |
FargateClusterProps.Builder.kubectlMemory(Size kubectlMemory)
Sets the value of
ClusterOptions.getKubectlMemory() |
ClusterOptions.Builder |
ClusterOptions.Builder.kubectlMemory(Size kubectlMemory)
Sets the value of
ClusterOptions.getKubectlMemory() |
FargateCluster.Builder |
FargateCluster.Builder.kubectlMemory(Size kubectlMemory)
Amount of memory to allocate to the provider's lambda function.
|
| Modifier and Type | Method and Description |
|---|---|
default Size |
FunctionOptions.getEphemeralStorageSize()
The size of the function’s /tmp directory in MiB.
|
Size |
FunctionOptions.Jsii$Proxy.getEphemeralStorageSize() |
Size |
DockerImageFunctionProps.Jsii$Proxy.getEphemeralStorageSize() |
Size |
SingletonFunctionProps.Jsii$Proxy.getEphemeralStorageSize() |
Size |
FunctionProps.Jsii$Proxy.getEphemeralStorageSize() |
| Modifier and Type | Method and Description |
|---|---|
Function.Builder |
Function.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
The size of the function’s /tmp directory in MiB.
|
FunctionOptions.Builder |
FunctionOptions.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
Sets the value of
FunctionOptions.getEphemeralStorageSize() |
DockerImageFunctionProps.Builder |
DockerImageFunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
Sets the value of
FunctionOptions.getEphemeralStorageSize() |
SingletonFunctionProps.Builder |
SingletonFunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
Sets the value of
FunctionOptions.getEphemeralStorageSize() |
FunctionProps.Builder |
FunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
Sets the value of
FunctionOptions.getEphemeralStorageSize() |
SingletonFunction.Builder |
SingletonFunction.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
The size of the function’s /tmp directory in MiB.
|
DockerImageFunction.Builder |
DockerImageFunction.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
The size of the function’s /tmp directory in MiB.
|
| Modifier and Type | Method and Description |
|---|---|
Size |
NodejsFunctionProps.Jsii$Proxy.getEphemeralStorageSize() |
| Modifier and Type | Method and Description |
|---|---|
NodejsFunctionProps.Builder |
NodejsFunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
Sets the value of
FunctionOptions.getEphemeralStorageSize() |
NodejsFunction.Builder |
NodejsFunction.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
The size of the function’s /tmp directory in MiB.
|
| Modifier and Type | Method and Description |
|---|---|
default Size |
BucketDeploymentProps.getEphemeralStorageSize()
The size of the AWS Lambda function’s /tmp directory in MiB.
|
Size |
BucketDeploymentProps.Jsii$Proxy.getEphemeralStorageSize() |
| Modifier and Type | Method and Description |
|---|---|
BucketDeploymentProps.Builder |
BucketDeploymentProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
Sets the value of
BucketDeploymentProps.getEphemeralStorageSize() |
BucketDeployment.Builder |
BucketDeployment.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
The size of the AWS Lambda function’s /tmp directory in MiB.
|
| Modifier and Type | Method and Description |
|---|---|
default Size |
EmrCreateClusterProps.getEbsRootVolumeSize()
The size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.
|
Size |
EmrCreateClusterProps.Jsii$Proxy.getEbsRootVolumeSize() |
default Size |
SageMakerCreateTransformJobProps.getMaxPayload()
Maximum allowed size of the payload, in MB.
|
Size |
SageMakerCreateTransformJobProps.Jsii$Proxy.getMaxPayload() |
default Size |
BatchContainerOverrides.getMemory()
Memory reserved for the job.
|
Size |
BatchContainerOverrides.Jsii$Proxy.getMemory() |
Size |
ResourceConfig.getVolumeSize()
Size of the ML storage volume that you want to provision.
|
Size |
ResourceConfig.Jsii$Proxy.getVolumeSize() |
Size |
EmrCreateCluster.VolumeSpecificationProperty.getVolumeSize()
The volume size.
|
Size |
EmrCreateCluster.VolumeSpecificationProperty.Jsii$Proxy.getVolumeSize() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.ebsRootVolumeSize(Size ebsRootVolumeSize)
Sets the value of
EmrCreateClusterProps.getEbsRootVolumeSize() |
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.ebsRootVolumeSize(Size ebsRootVolumeSize)
The size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.
|
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.maxPayload(Size maxPayload)
Sets the value of
SageMakerCreateTransformJobProps.getMaxPayload() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.maxPayload(Size maxPayload)
Maximum allowed size of the payload, in MB.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.memory(Size memory)
Sets the value of
BatchContainerOverrides.getMemory() |
ResourceConfig.Builder |
ResourceConfig.Builder.volumeSize(Size volumeSize)
Sets the value of
ResourceConfig.getVolumeSize() |
EmrCreateCluster.VolumeSpecificationProperty.Builder |
EmrCreateCluster.VolumeSpecificationProperty.Builder.volumeSize(Size volumeSize)
Sets the value of
EmrCreateCluster.VolumeSpecificationProperty.getVolumeSize() |
| Modifier and Type | Method and Description |
|---|---|
Size |
TriggerFunctionProps.Jsii$Proxy.getEphemeralStorageSize() |
| Modifier and Type | Method and Description |
|---|---|
TriggerFunction.Builder |
TriggerFunction.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
The size of the function’s /tmp directory in MiB.
|
TriggerFunctionProps.Builder |
TriggerFunctionProps.Builder.ephemeralStorageSize(Size ephemeralStorageSize)
Sets the value of
FunctionOptions.getEphemeralStorageSize() |
Copyright © 2022. All rights reserved.