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