@Stability(value=External)
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=External) @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=External) @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=External) @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=External) @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=External) @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=External) @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=External) @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=External) static CfnInstance.EbsProperty.Builder builder()
CfnInstance.EbsProperty.Builder
of CfnInstance.EbsProperty
Copyright © 2020. All rights reserved.