@Stability(value=Stable) @Internal public static final class CfnLaunchTemplate.EbsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchTemplate.EbsProperty
CfnLaunchTemplate.EbsPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnLaunchTemplate.EbsProperty.Builder, CfnLaunchTemplate.EbsProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLaunchTemplate.EbsProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLaunchTemplate.AcceleratorCountProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
Object |
getDeleteOnTermination()
Indicates whether the EBS volume is deleted on instance termination.
|
Object |
getEncrypted()
Indicates whether the EBS volume is encrypted.
|
Number |
getIops()
The number of I/O operations per second (IOPS).
|
String |
getKmsKeyId()
The ARN of the symmetric AWS Key Management Service ( AWS KMS ) CMK used for encryption.
|
String |
getSnapshotId()
The ID of the snapshot.
|
Number |
getThroughput()
The throughput to provision for a `gp3` volume, with a maximum of 1,000 MiB/s.
|
Number |
getVolumeSize()
The size of the volume, in GiBs.
|
String |
getVolumeType()
The volume type.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLaunchTemplate.EbsProperty.Builder builder)
CfnLaunchTemplate.AcceleratorCountProperty.Builder.public final Object getDeleteOnTermination()
CfnLaunchTemplate.EbsPropertygetDeleteOnTermination in interface CfnLaunchTemplate.EbsPropertypublic final Object getEncrypted()
CfnLaunchTemplate.EbsPropertyEncrypted volumes can only be attached to instances that support Amazon EBS encryption. If you are creating a volume from a snapshot, you can't specify an encryption value.
getEncrypted in interface CfnLaunchTemplate.EbsPropertypublic final Number getIops()
CfnLaunchTemplate.EbsProperty
For gp3 , io1 , and io2 volumes, this represents the number of IOPS that are provisioned for the volume. For gp2 volumes, this represents the baseline performance of the volume and the rate at which the volume accumulates I/O credits for bursting.
The following are the supported values for each volume type:
gp3 : 3,000-16,000 IOPSio1 : 100-64,000 IOPSio2 : 100-64,000 IOPS
For io1 and io2 volumes, we guarantee 64,000 IOPS only for Instances built on the Nitro System . Other instance families guarantee performance up to 32,000 IOPS.
This parameter is supported for io1 , io2 , and gp3 volumes only. This parameter is not supported for gp2 , st1 , sc1 , or standard volumes.
getIops in interface CfnLaunchTemplate.EbsPropertypublic final String getKmsKeyId()
CfnLaunchTemplate.EbsPropertygetKmsKeyId in interface CfnLaunchTemplate.EbsPropertypublic final String getSnapshotId()
CfnLaunchTemplate.EbsPropertygetSnapshotId in interface CfnLaunchTemplate.EbsPropertypublic final Number getThroughput()
CfnLaunchTemplate.EbsPropertyValid Range: Minimum value of 125. Maximum value of 1000.
getThroughput in interface CfnLaunchTemplate.EbsPropertypublic final Number getVolumeSize()
CfnLaunchTemplate.EbsPropertyYou must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
gp2 and gp3 : 1-16,384io1 and io2 : 4-16,384st1 and sc1 : 125-16,384standard : 1-1,024getVolumeSize in interface CfnLaunchTemplate.EbsPropertypublic final String getVolumeType()
CfnLaunchTemplate.EbsPropertyFor more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide .
getVolumeType in interface CfnLaunchTemplate.EbsProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.