Class CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.imagebuilder.CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
An implementation for
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty-
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.imagebuilder.CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder, CfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.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 ObjectConfigures delete on termination of the associated device.final ObjectUse to configure device encryption.final NumbergetIops()Use to configure device IOPS.final StringUse to configure the KMS key to use when encrypting the device.final StringThe snapshot that defines the device contents.final NumberFor GP3 volumes only – The throughput in MiB/s that the volume supports.final NumberOverrides the volume size of the device.final StringOverrides the volume type of the device.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 theCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty.Builder.
-
-
Method Details
-
getDeleteOnTermination
Description copied from interface:CfnImageRecipe.EbsInstanceBlockDeviceSpecificationPropertyConfigures delete on termination of the associated device.- Specified by:
getDeleteOnTerminationin interfaceCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
-
getEncrypted
Description copied from interface:CfnImageRecipe.EbsInstanceBlockDeviceSpecificationPropertyUse to configure device encryption.- Specified by:
getEncryptedin interfaceCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
-
getIops
Description copied from interface:CfnImageRecipe.EbsInstanceBlockDeviceSpecificationPropertyUse to configure device IOPS.- Specified by:
getIopsin interfaceCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
-
getKmsKeyId
Description copied from interface:CfnImageRecipe.EbsInstanceBlockDeviceSpecificationPropertyUse to configure the KMS key to use when encrypting the device.- Specified by:
getKmsKeyIdin interfaceCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
-
getSnapshotId
Description copied from interface:CfnImageRecipe.EbsInstanceBlockDeviceSpecificationPropertyThe snapshot that defines the device contents.- Specified by:
getSnapshotIdin interfaceCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
-
getThroughput
Description copied from interface:CfnImageRecipe.EbsInstanceBlockDeviceSpecificationPropertyFor GP3 volumes only – The throughput in MiB/s that the volume supports.- Specified by:
getThroughputin interfaceCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
-
getVolumeSize
Description copied from interface:CfnImageRecipe.EbsInstanceBlockDeviceSpecificationPropertyOverrides the volume size of the device.- Specified by:
getVolumeSizein interfaceCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
-
getVolumeType
Description copied from interface:CfnImageRecipe.EbsInstanceBlockDeviceSpecificationPropertyOverrides the volume type of the device.- Specified by:
getVolumeTypein interfaceCfnImageRecipe.EbsInstanceBlockDeviceSpecificationProperty
-
$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()
-