public static final class CfnLaunchTemplate.EbsProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchTemplate.EbsProperty
CfnLaunchTemplate.EbsProperty
CfnLaunchTemplate.EbsProperty.Builder, CfnLaunchTemplate.EbsProperty.Jsii$Proxy
Modifier | Constructor and Description |
---|---|
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(java.lang.Object o) |
java.lang.Object |
getDeleteOnTermination()
Indicates whether the EBS volume is deleted on instance termination.
|
java.lang.Object |
getEncrypted()
Indicates whether the EBS volume is encrypted.
|
java.lang.Number |
getIops()
The number of I/O operations per second (IOPS).
|
java.lang.String |
getKmsKeyId()
The ARN of the symmetric AWS Key Management Service ( AWS KMS ) CMK used for encryption.
|
java.lang.String |
getSnapshotId()
The ID of the snapshot.
|
java.lang.Number |
getThroughput()
The throughput to provision for a `gp3` volume, with a maximum of 1,000 MiB/s.
|
java.lang.Number |
getVolumeSize()
The size of the volume, in GiBs.
|
java.lang.String |
getVolumeType()
The volume type.
|
int |
hashCode() |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
builder
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef
- Reference to the JSII managed object.public final java.lang.Object getDeleteOnTermination()
CfnLaunchTemplate.EbsProperty
getDeleteOnTermination
in interface CfnLaunchTemplate.EbsProperty
public final java.lang.Object getEncrypted()
CfnLaunchTemplate.EbsProperty
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.
getEncrypted
in interface CfnLaunchTemplate.EbsProperty
public final java.lang.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.EbsProperty
public final java.lang.String getKmsKeyId()
CfnLaunchTemplate.EbsProperty
getKmsKeyId
in interface CfnLaunchTemplate.EbsProperty
public final java.lang.String getSnapshotId()
CfnLaunchTemplate.EbsProperty
getSnapshotId
in interface CfnLaunchTemplate.EbsProperty
public final java.lang.Number getThroughput()
CfnLaunchTemplate.EbsProperty
Valid Range: Minimum value of 125. Maximum value of 1000.
getThroughput
in interface CfnLaunchTemplate.EbsProperty
public final java.lang.Number getVolumeSize()
CfnLaunchTemplate.EbsProperty
You 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.EbsProperty
public final java.lang.String getVolumeType()
CfnLaunchTemplate.EbsProperty
For more information, see Amazon EBS volume types in the Amazon Elastic Compute Cloud User Guide .
getVolumeType
in interface CfnLaunchTemplate.EbsProperty
public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
public final boolean equals(java.lang.Object o)
public final int hashCode()