Class CfnLaunchTemplate.EbsProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnLaunchTemplate.EbsProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnLaunchTemplate.EbsProperty
CfnLaunchTemplate.EbsProperty-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
CfnLaunchTemplate.EbsProperty.Builder, CfnLaunchTemplate.EbsProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.EbsProperty.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal ObjectIndicates whether the EBS volume is deleted on instance termination.final ObjectIndicates whether the EBS volume is encrypted.final NumbergetIops()The number of I/O operations per second (IOPS).final StringThe ARN of the symmetric AWS Key Management Service ( AWS KMS ) CMK used for encryption.final StringThe ID of the snapshot.final NumberThe throughput to provision for agp3volume, with a maximum of 1,000 MiB/s.final NumberThe size of the volume, in GiBs.final StringThe volume type.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.EbsProperty.Builder.
-
-
Method Details
-
getDeleteOnTermination
Description copied from interface:CfnLaunchTemplate.EbsPropertyIndicates whether the EBS volume is deleted on instance termination.- Specified by:
getDeleteOnTerminationin interfaceCfnLaunchTemplate.EbsProperty
-
getEncrypted
Description copied from interface:CfnLaunchTemplate.EbsPropertyIndicates whether the EBS volume is encrypted.Encrypted 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.
- Specified by:
getEncryptedin interfaceCfnLaunchTemplate.EbsProperty
-
getIops
Description copied from interface:CfnLaunchTemplate.EbsPropertyThe number of I/O operations per second (IOPS).For
gp3,io1, andio2volumes, this represents the number of IOPS that are provisioned for the volume. Forgp2volumes, 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
io1andio2volumes, 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, andgp3volumes only. This parameter is not supported forgp2,st1,sc1, orstandardvolumes.- Specified by:
getIopsin interfaceCfnLaunchTemplate.EbsProperty
-
getKmsKeyId
Description copied from interface:CfnLaunchTemplate.EbsPropertyThe ARN of the symmetric AWS Key Management Service ( AWS KMS ) CMK used for encryption.- Specified by:
getKmsKeyIdin interfaceCfnLaunchTemplate.EbsProperty
-
getSnapshotId
Description copied from interface:CfnLaunchTemplate.EbsPropertyThe ID of the snapshot.- Specified by:
getSnapshotIdin interfaceCfnLaunchTemplate.EbsProperty
-
getThroughput
Description copied from interface:CfnLaunchTemplate.EbsPropertyThe throughput to provision for agp3volume, with a maximum of 1,000 MiB/s.Valid Range: Minimum value of 125. Maximum value of 1000.
- Specified by:
getThroughputin interfaceCfnLaunchTemplate.EbsProperty
-
getVolumeSize
Description copied from interface:CfnLaunchTemplate.EbsPropertyThe size of the volume, in GiBs.You must specify either a snapshot ID or a volume size. The following are the supported volumes sizes for each volume type:
gp2andgp3: 1-16,384io1andio2: 4-16,384st1andsc1: 125-16,384standard: 1-1,024
- Specified by:
getVolumeSizein interfaceCfnLaunchTemplate.EbsProperty
-
getVolumeType
Description copied from interface:CfnLaunchTemplate.EbsPropertyThe volume type.For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide .
- Specified by:
getVolumeTypein interfaceCfnLaunchTemplate.EbsProperty
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-