| Package | Description |
|---|---|
| software.amazon.awscdk.core |
monocdk Experiment
|
| software.amazon.awscdk.services.ec2 | |
| software.amazon.awscdk.services.efs | |
| software.amazon.awscdk.services.stepfunctions.tasks |
| 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,
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 |
|---|---|
VolumeProps.Builder |
VolumeProps.Builder.size(Size size)
Sets the value of
VolumeProps.getSize() |
Volume.Builder |
Volume.Builder.size(Size size)
(experimental) The size of the volume, in GiBs.
|
| Constructor and Description |
|---|
Jsii$Proxy(String availabilityZone,
Boolean autoEnableIo,
Boolean enableMultiAttach,
Boolean encrypted,
IKey encryptionKey,
Number iops,
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 |
|---|---|
FileSystem.Builder |
FileSystem.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond)
(experimental) Provisioned throughput for the file system.
|
FileSystemProps.Builder |
FileSystemProps.Builder.provisionedThroughputPerSecond(Size provisionedThroughputPerSecond)
Sets the value of
FileSystemProps.getProvisionedThroughputPerSecond() |
| 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 |
|---|---|
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 |
ResourceConfig.getVolumeSize()
(experimental) Size of the ML storage volume that you want to provision.
|
Size |
ResourceConfig.Jsii$Proxy.getVolumeSize() |
Size |
EmrCreateCluster.VolumeSpecificationProperty.getVolumeSize()
(experimental) The volume size.
|
Size |
EmrCreateCluster.VolumeSpecificationProperty.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() |
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() |
| 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,
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 © 2020. All rights reserved.