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.InitializationMode
Nested classes/interfaces inherited from interface software.amazon.awscdk.services.ec2.CfnLaunchTemplate.EbsProperty
CfnLaunchTemplate.EbsProperty.Builder, CfnLaunchTemplate.EbsProperty.Jsii$Proxy
-
Constructor Summary
ModifierConstructorDescriptionprotected
Constructor that initializes the object based on literal property values passed by theCfnLaunchTemplate.EbsProperty.Builder
.protected
Jsii$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.JsonNode
final boolean
final Object
Indicates whether the EBS volume is deleted on instance termination.final Object
Indicates whether the EBS volume is encrypted.final Number
getIops()
The number of I/O operations per second (IOPS).final String
Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.final String
The ID of the snapshot.final Number
The throughput to provision for agp3
volume, with a maximum of 1,000 MiB/s.final Number
The size of the volume, in GiBs.final String
The volume type.final int
hashCode()
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.EbsProperty
Indicates whether the EBS volume is deleted on instance termination.- Specified by:
getDeleteOnTermination
in interfaceCfnLaunchTemplate.EbsProperty
- See Also:
-
getEncrypted
Description copied from interface:CfnLaunchTemplate.EbsProperty
Indicates 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:
getEncrypted
in interfaceCfnLaunchTemplate.EbsProperty
- See Also:
-
getIops
Description copied from interface:CfnLaunchTemplate.EbsProperty
The number of I/O operations per second (IOPS).For
gp3
,io1
, andio2
volumes, this represents the number of IOPS that are provisioned for the volume. Forgp2
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 - 256,000 IOPS
For
io2
volumes, you can achieve up to 256,000 IOPS on instances built on the Nitro System . On other instances, you can achieve performance up to 32,000 IOPS.This parameter is supported for
io1
,io2
, andgp3
volumes only.- Specified by:
getIops
in interfaceCfnLaunchTemplate.EbsProperty
- See Also:
-
getKmsKeyId
Description copied from interface:CfnLaunchTemplate.EbsProperty
Identifier (key ID, key alias, key ARN, or alias ARN) of the customer managed KMS key to use for EBS encryption.- Specified by:
getKmsKeyId
in interfaceCfnLaunchTemplate.EbsProperty
- See Also:
-
getSnapshotId
Description copied from interface:CfnLaunchTemplate.EbsProperty
The ID of the snapshot.- Specified by:
getSnapshotId
in interfaceCfnLaunchTemplate.EbsProperty
- See Also:
-
getThroughput
Description copied from interface:CfnLaunchTemplate.EbsProperty
The throughput to provision for agp3
volume, with a maximum of 1,000 MiB/s.Valid Range: Minimum value of 125. Maximum value of 1000.
- Specified by:
getThroughput
in interfaceCfnLaunchTemplate.EbsProperty
- See Also:
-
getVolumeSize
Description copied from interface:CfnLaunchTemplate.EbsProperty
The 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:
gp2
andgp3
: 1 - 16,384 GiBio1
: 4 - 16,384 GiBio2
: 4 - 65,536 GiBst1
andsc1
: 125 - 16,384 GiBstandard
: 1 - 1024 GiB
- Specified by:
getVolumeSize
in interfaceCfnLaunchTemplate.EbsProperty
- See Also:
-
getVolumeType
Description copied from interface:CfnLaunchTemplate.EbsProperty
The volume type.For more information, see Amazon EBS volume types in the Amazon EBS User Guide .
- Specified by:
getVolumeType
in interfaceCfnLaunchTemplate.EbsProperty
- See Also:
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJson
in interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-