@Stability(value=Stable)
public static interface CfnInstance.EbsProperty
extends software.amazon.jsii.JsiiSerializable
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnInstance.EbsProperty.Builder
A builder for
CfnInstance.EbsProperty |
static class |
CfnInstance.EbsProperty.Jsii$Proxy
An implementation for
CfnInstance.EbsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnInstance.EbsProperty.Builder |
builder() |
default Object |
getDeleteOnTermination()
`CfnInstance.EbsProperty.DeleteOnTermination`.
|
default Object |
getEncrypted()
`CfnInstance.EbsProperty.Encrypted`.
|
default Number |
getIops()
`CfnInstance.EbsProperty.Iops`.
|
default String |
getKmsKeyId()
`CfnInstance.EbsProperty.KmsKeyId`.
|
default String |
getSnapshotId()
`CfnInstance.EbsProperty.SnapshotId`.
|
default Number |
getVolumeSize()
`CfnInstance.EbsProperty.VolumeSize`.
|
default String |
getVolumeType()
`CfnInstance.EbsProperty.VolumeType`.
|
@Stability(value=Stable) @Nullable default Object getDeleteOnTermination()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-blockdev-template-deleteontermination@Stability(value=Stable) @Nullable default Object getEncrypted()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-blockdev-template-encrypted@Stability(value=Stable) @Nullable default Number getIops()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-blockdev-template-iops@Stability(value=Stable) @Nullable default String getKmsKeyId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-instance-ebs-kmskeyid@Stability(value=Stable) @Nullable default String getSnapshotId()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-blockdev-template-snapshotid@Stability(value=Stable) @Nullable default Number getVolumeSize()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-blockdev-template-volumesize@Stability(value=Stable) @Nullable default String getVolumeType()
http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-ec2-blockdev-template.html#cfn-ec2-blockdev-template-volumetype@Stability(value=Stable) static CfnInstance.EbsProperty.Builder builder()
CfnInstance.EbsProperty.Builder of CfnInstance.EbsPropertyCopyright © 2020. All rights reserved.