@Stability(value=Stable)
public static interface CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
extends software.amazon.jsii.JsiiSerializable
| 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 |
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 getVolumeSize()
@Stability(value=Stable) @Nullable default String getVolumeType()
@Stability(value=Stable) static CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder builder()
Copyright © 2021. All rights reserved.