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