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