@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:55:17.045Z") @Stability(value=Stable) public interface CfnVolumeProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnVolumeProps.Builder
A builder for
CfnVolumeProps |
static class |
CfnVolumeProps.Jsii$Proxy
An implementation for
CfnVolumeProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnVolumeProps.Builder |
builder() |
default Object |
getAutoEnableIo()
`AWS::EC2::Volume.AutoEnableIO`.
|
String |
getAvailabilityZone()
`AWS::EC2::Volume.AvailabilityZone`.
|
default Object |
getEncrypted()
`AWS::EC2::Volume.Encrypted`.
|
default Number |
getIops()
`AWS::EC2::Volume.Iops`.
|
default String |
getKmsKeyId()
`AWS::EC2::Volume.KmsKeyId`.
|
default Object |
getMultiAttachEnabled()
`AWS::EC2::Volume.MultiAttachEnabled`.
|
default String |
getOutpostArn()
`AWS::EC2::Volume.OutpostArn`.
|
default Number |
getSize()
`AWS::EC2::Volume.Size`.
|
default String |
getSnapshotId()
`AWS::EC2::Volume.SnapshotId`.
|
default List<CfnTag> |
getTags()
`AWS::EC2::Volume.Tags`.
|
default Number |
getThroughput()
`AWS::EC2::Volume.Throughput`.
|
default String |
getVolumeType()
`AWS::EC2::Volume.VolumeType`.
|
@Stability(value=Stable) @NotNull String getAvailabilityZone()
@Stability(value=Stable) @Nullable default Object getAutoEnableIo()
@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 Object getMultiAttachEnabled()
@Stability(value=Stable) @Nullable default String getOutpostArn()
@Stability(value=Stable) @Nullable default Number getSize()
@Stability(value=Stable) @Nullable default String getSnapshotId()
@Stability(value=Stable) @Nullable default Number getThroughput()
@Stability(value=Stable) @Nullable default String getVolumeType()
@Stability(value=Stable) static CfnVolumeProps.Builder builder()
CfnVolumeProps.Builder of CfnVolumePropsCopyright © 2021. All rights reserved.