| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.services.ec2 |
Amazon EC2 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.stepfunctions.tasks |
Tasks for AWS Step Functions
|
| Modifier and Type | Method and Description |
|---|---|
default Size |
CustomResourceProviderProps.getMemorySize()
(experimental) The amount of memory that your function has access to.
|
Size |
CustomResourceProviderProps.Jsii$Proxy.getMemorySize() |
static Size |
Size.gibibytes(Number amount)
(experimental) Create a Storage representing an amount gibibytes.
|
static Size |
Size.kibibytes(Number amount)
(experimental) Create a Storage representing an amount kibibytes.
|
static Size |
Size.mebibytes(Number amount)
(experimental) Create a Storage representing an amount mebibytes.
|
static Size |
Size.pebibyte(Number amount)
Deprecated.
use `pebibytes` instead
|
static Size |
Size.pebibytes(Number amount)
(experimental) Create a Storage representing an amount pebibytes.
|
static Size |
Size.tebibytes(Number amount)
(experimental) 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() |
| Constructor and Description |
|---|
Jsii$Proxy(String codeDirectory,
CustomResourceProviderRuntime runtime,
String description,
Map<String,String> environment,
Size memorySize,
List<? extends Object> policyStatements,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
CustomResourceProviderProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Size |
VolumeProps.getSize()
(experimental) 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)
(experimental) The size of the volume, in GiBs.
|
VolumeProps.Builder |
VolumeProps.Builder.size(Size size)
Sets the value of
VolumeProps.getSize() |
| Constructor and Description |
|---|
Jsii$Proxy(String availabilityZone,
Boolean autoEnableIo,
Boolean enableMultiAttach,
Boolean encrypted,
IKey encryptionKey,
Number iops,
RemovalPolicy removalPolicy,
Size size,
String snapshotId,
String volumeName,
EbsDeviceVolumeType volumeType)
Constructor that initializes the object based on literal property values passed by the
VolumeProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Size |
FileSystemProps.getProvisionedThroughputPerSecond()
(experimental) Provisioned throughput for the file system.
|
Size |
FileSystemProps.Jsii$Proxy.getProvisionedThroughputPerSecond() |
| Modifier and Type | Method and Description |
|---|---|
FileSystemProps.Builder |
FileSystemProps.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond)
Sets the value of
FileSystemProps.getProvisionedThroughputPerSecond() |
FileSystem.Builder |
FileSystem.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond)
(experimental) Provisioned throughput for the file system.
|
| Constructor and Description |
|---|
Jsii$Proxy(IVpc vpc,
Boolean enableAutomaticBackups,
Boolean encrypted,
String fileSystemName,
IKey kmsKey,
LifecyclePolicy lifecyclePolicy,
PerformanceMode performanceMode,
Size provisionedThroughputPerSecond,
RemovalPolicy removalPolicy,
ISecurityGroup securityGroup,
ThroughputMode throughputMode,
SubnetSelection vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
FileSystemProps.Builder. |
| Modifier and Type | Method and Description |
|---|---|
Size |
Cluster.getKubectlMemory()
(experimental) The amount of memory allocated to the kubectl provider's lambda function.
|
Size |
FargateClusterProps.Jsii$Proxy.getKubectlMemory() |
default Size |
ClusterAttributes.getKubectlMemory()
(experimental) Amount of memory to allocate to the provider's lambda function.
|
Size |
ClusterAttributes.Jsii$Proxy.getKubectlMemory() |
default Size |
ClusterOptions.getKubectlMemory()
(experimental) Amount of memory to allocate to the provider's lambda function.
|
Size |
ClusterOptions.Jsii$Proxy.getKubectlMemory() |
default Size |
ICluster.getKubectlMemory()
(experimental) Amount of memory to allocate to the provider's lambda function.
|
Size |
ICluster.Jsii$Proxy.getKubectlMemory()
(experimental) Amount of memory to allocate to the provider's lambda function.
|
default Size |
ICluster.Jsii$Default.getKubectlMemory()
(experimental) Amount of memory to allocate to the provider's lambda function.
|
Size |
ClusterProps.Jsii$Proxy.getKubectlMemory() |
| Modifier and Type | Method and Description |
|---|---|
Cluster.Builder |
Cluster.Builder.kubectlMemory(Size kubectlMemory)
(experimental) Amount of memory to allocate to the provider's lambda function.
|
FargateCluster.Builder |
FargateCluster.Builder.kubectlMemory(Size kubectlMemory)
(experimental) Amount of memory to allocate to the provider's lambda function.
|
FargateClusterProps.Builder |
FargateClusterProps.Builder.kubectlMemory(Size kubectlMemory)
Sets the value of
ClusterOptions.getKubectlMemory() |
ClusterAttributes.Builder |
ClusterAttributes.Builder.kubectlMemory(Size kubectlMemory)
Sets the value of
ClusterAttributes.getKubectlMemory() |
ClusterOptions.Builder |
ClusterOptions.Builder.kubectlMemory(Size kubectlMemory)
Sets the value of
ClusterOptions.getKubectlMemory() |
ClusterProps.Builder |
ClusterProps.Builder.kubectlMemory(Size kubectlMemory)
Sets the value of
ClusterOptions.getKubectlMemory() |
| Constructor and Description |
|---|
Jsii$Proxy(FargateProfileOptions defaultProfile,
Map<String,String> clusterHandlerEnvironment,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
Size kubectlMemory,
IRole mastersRole,
Boolean outputMastersRoleArn,
Boolean placeClusterHandlerInVpc,
Boolean prune,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
FargateClusterProps.Builder. |
Jsii$Proxy(Map<String,String> clusterHandlerEnvironment,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
Size kubectlMemory,
IRole mastersRole,
Boolean outputMastersRoleArn,
Boolean placeClusterHandlerInVpc,
Boolean prune,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterOptions.Builder. |
Jsii$Proxy(Number defaultCapacity,
InstanceType defaultCapacityInstance,
DefaultCapacityType defaultCapacityType,
IKey secretsEncryptionKey,
Map<String,String> clusterHandlerEnvironment,
CoreDnsComputeType coreDnsComputeType,
EndpointAccess endpointAccess,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
Size kubectlMemory,
IRole mastersRole,
Boolean outputMastersRoleArn,
Boolean placeClusterHandlerInVpc,
Boolean prune,
KubernetesVersion version,
String clusterName,
Boolean outputClusterName,
Boolean outputConfigCommand,
IRole role,
ISecurityGroup securityGroup,
IVpc vpc,
List<? extends SubnetSelection> vpcSubnets)
Constructor that initializes the object based on literal property values passed by the
ClusterProps.Builder. |
Jsii$Proxy(String clusterName,
String clusterCertificateAuthorityData,
String clusterEncryptionConfigKeyArn,
String clusterEndpoint,
String clusterSecurityGroupId,
Map<String,String> kubectlEnvironment,
ILayerVersion kubectlLayer,
Size kubectlMemory,
List<String> kubectlPrivateSubnetIds,
String kubectlRoleArn,
String kubectlSecurityGroupId,
IOpenIdConnectProvider openIdConnectProvider,
Boolean prune,
List<String> securityGroupIds,
IVpc vpc)
Constructor that initializes the object based on literal property values passed by the
ClusterAttributes.Builder. |
| Modifier and Type | Method and Description |
|---|---|
default Size |
EmrCreateClusterProps.getEbsRootVolumeSize()
(experimental) 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()
(experimental) Maximum allowed size of the payload, in MB.
|
Size |
SageMakerCreateTransformJobProps.Jsii$Proxy.getMaxPayload() |
default Size |
BatchContainerOverrides.getMemory()
(experimental) Memory reserved for the job.
|
Size |
BatchContainerOverrides.Jsii$Proxy.getMemory() |
Size |
EmrCreateCluster.VolumeSpecificationProperty.getVolumeSize()
(experimental) The volume size.
|
Size |
EmrCreateCluster.VolumeSpecificationProperty.Jsii$Proxy.getVolumeSize() |
Size |
ResourceConfig.getVolumeSize()
(experimental) Size of the ML storage volume that you want to provision.
|
Size |
ResourceConfig.Jsii$Proxy.getVolumeSize() |
| Modifier and Type | Method and Description |
|---|---|
EmrCreateCluster.Builder |
EmrCreateCluster.Builder.ebsRootVolumeSize(Size ebsRootVolumeSize)
(experimental) The size of the EBS root device volume of the Linux AMI that is used for each EC2 instance.
|
EmrCreateClusterProps.Builder |
EmrCreateClusterProps.Builder.ebsRootVolumeSize(Size ebsRootVolumeSize)
Sets the value of
EmrCreateClusterProps.getEbsRootVolumeSize() |
SageMakerCreateTransformJobProps.Builder |
SageMakerCreateTransformJobProps.Builder.maxPayload(Size maxPayload)
Sets the value of
SageMakerCreateTransformJobProps.getMaxPayload() |
SageMakerCreateTransformJob.Builder |
SageMakerCreateTransformJob.Builder.maxPayload(Size maxPayload)
(experimental) Maximum allowed size of the payload, in MB.
|
BatchContainerOverrides.Builder |
BatchContainerOverrides.Builder.memory(Size memory)
Sets the value of
BatchContainerOverrides.getMemory() |
EmrCreateCluster.VolumeSpecificationProperty.Builder |
EmrCreateCluster.VolumeSpecificationProperty.Builder.volumeSize(Size volumeSize)
Sets the value of
EmrCreateCluster.VolumeSpecificationProperty.getVolumeSize() |
ResourceConfig.Builder |
ResourceConfig.Builder.volumeSize(Size volumeSize)
Sets the value of
ResourceConfig.getVolumeSize() |
| Constructor and Description |
|---|
Jsii$Proxy(EmrCreateCluster.InstancesConfigProperty instances,
String name,
String additionalInfo,
List<? extends EmrCreateCluster.ApplicationConfigProperty> applications,
IRole autoScalingRole,
List<? extends EmrCreateCluster.BootstrapActionConfigProperty> bootstrapActions,
IRole clusterRole,
List<? extends EmrCreateCluster.ConfigurationProperty> configurations,
String customAmiId,
Size ebsRootVolumeSize,
EmrCreateCluster.KerberosAttributesProperty kerberosAttributes,
String logUri,
String releaseLabel,
EmrCreateCluster.EmrClusterScaleDownBehavior scaleDownBehavior,
String securityConfiguration,
IRole serviceRole,
Map<String,String> tags,
Boolean visibleToAllUsers,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
EmrCreateClusterProps.Builder. |
Jsii$Proxy(List<String> command,
Map<String,String> environment,
Number gpuCount,
InstanceType instanceType,
Size memory,
Number vcpus)
Constructor that initializes the object based on literal property values passed by the
BatchContainerOverrides.Builder. |
Jsii$Proxy(Number instanceCount,
InstanceType instanceType,
Size volumeSize,
IKey volumeEncryptionKey)
Constructor that initializes the object based on literal property values passed by the
ResourceConfig.Builder. |
Jsii$Proxy(Size volumeSize,
EmrCreateCluster.EbsBlockDeviceVolumeType volumeType,
Number iops)
Constructor that initializes the object based on literal property values passed by the
EmrCreateCluster.ApplicationConfigProperty.Builder. |
Jsii$Proxy(String modelName,
TransformInput transformInput,
String transformJobName,
TransformOutput transformOutput,
BatchStrategy batchStrategy,
Map<String,String> environment,
Number maxConcurrentTransforms,
Size maxPayload,
ModelClientOptions modelClientOptions,
IRole role,
Map<String,String> tags,
TransformResources transformResources,
String comment,
Duration heartbeat,
String inputPath,
IntegrationPattern integrationPattern,
String outputPath,
String resultPath,
Duration timeout)
Constructor that initializes the object based on literal property values passed by the
SageMakerCreateTransformJobProps.Builder. |
Copyright © 2021. All rights reserved.