public static interface CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty
Example:
// The code below shows an example of how to instantiate this type. // The values are placeholders you should change. import software.amazon.awscdk.services.imagebuilder.*; EbsInstanceBlockDeviceSpecificationProperty ebsInstanceBlockDeviceSpecificationProperty = EbsInstanceBlockDeviceSpecificationProperty.builder() .deleteOnTermination(false) .encrypted(false) .iops(123) .kmsKeyId("kmsKeyId") .snapshotId("snapshotId") .throughput(123) .volumeSize(123) .volumeType("volumeType") .build();
Modifier and Type | Interface and Description |
---|---|
static class |
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder
|
static class |
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy
An implementation for
CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty |
Modifier and Type | Method and Description |
---|---|
static CfnContainerRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder |
builder() |
default java.lang.Object |
getDeleteOnTermination()
Use to configure delete on termination of the associated device.
|
default java.lang.Object |
getEncrypted()
Use to configure device encryption.
|
default java.lang.Number |
getIops()
Use to configure device IOPS.
|
default java.lang.String |
getKmsKeyId()
Use to configure the KMS key to use when encrypting the device.
|
default java.lang.String |
getSnapshotId()
The snapshot that defines the device contents.
|
default java.lang.Number |
getThroughput()
*For GP3 volumes only* – The throughput in MiB/s that the volume supports.
|
default java.lang.Number |
getVolumeSize()
Use to override the device's volume size.
|
default java.lang.String |
getVolumeType()
Use to override the device's volume type.
|
default java.lang.Object getDeleteOnTermination()
default java.lang.Object getEncrypted()
default java.lang.Number getIops()
default java.lang.String getKmsKeyId()
default java.lang.String getSnapshotId()
default java.lang.Number getThroughput()
default java.lang.Number getVolumeSize()
default java.lang.String getVolumeType()