@Stability(value=Stable)
public static interface CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
// 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 |
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder
|
static class |
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy
An implementation for
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder |
builder() |
default Object |
getDeleteOnTermination()
`CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.DeleteOnTermination`.
|
default Object |
getEncrypted()
`CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Encrypted`.
|
default Number |
getIops()
`CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Iops`.
|
default String |
getKmsKeyId()
`CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.KmsKeyId`.
|
default String |
getSnapshotId()
`CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.SnapshotId`.
|
default Number |
getThroughput()
`CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Throughput`.
|
default Number |
getVolumeSize()
`CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.VolumeSize`.
|
default String |
getVolumeType()
`CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.VolumeType`.
|
@Stability(value=Stable) @Nullable default Object getDeleteOnTermination()
@Stability(value=Stable) @Nullable default Object getEncrypted()
@Stability(value=Stable) @Nullable default Number getIops()
@Stability(value=Stable) @Nullable default String getKmsKeyId()
@Stability(value=Stable) @Nullable default String getSnapshotId()
@Stability(value=Stable) @Nullable default Number getThroughput()
@Stability(value=Stable) @Nullable default Number getVolumeSize()
@Stability(value=Stable) @Nullable default String getVolumeType()
@Stability(value=Stable) static CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.