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