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