@Stability(value=Stable)
public static interface CfnLaunchConfiguration.BlockDeviceProperty
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.autoscaling.*;
BlockDeviceProperty blockDeviceProperty = BlockDeviceProperty.builder()
.deleteOnTermination(false)
.encrypted(false)
.iops(123)
.snapshotId("snapshotId")
.throughput(123)
.volumeSize(123)
.volumeType("volumeType")
.build();
| 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 |
getThroughput()
`CfnLaunchConfiguration.BlockDeviceProperty.Throughput`.
|
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 getThroughput()
@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.