Class CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty
@Stability(Stable)
@Internal
public static final class CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty
An implementation for
CfnContainerRecipePropsMixin.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.cfnpropertymixins.services.imagebuilder.CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty
CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty.Builder, CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedJsii$Proxy(CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerRecipePropsMixin.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 ObjectUse to configure delete on termination of the associated device.final ObjectUse to configure device encryption.final NumbergetIops()Use to configure device IOPS.final StringThe Amazon Resource Name (ARN) that uniquely identifies 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 NumberUse to override the device's volume size.final StringUse to override the device's 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
protected Jsii$Proxy(CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty.Builder.
-
-
Method Details
-
getDeleteOnTermination
Description copied from interface:CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationPropertyUse to configure delete on termination of the associated device.Returns union: either
BooleanorIResolvable- Specified by:
getDeleteOnTerminationin interfaceCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- See Also:
-
getEncrypted
Description copied from interface:CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationPropertyUse to configure device encryption.Returns union: either
BooleanorIResolvable- Specified by:
getEncryptedin interfaceCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- See Also:
-
getIops
Description copied from interface:CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationPropertyUse to configure device IOPS.- Specified by:
getIopsin interfaceCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- See Also:
-
getKmsKeyId
Description copied from interface:CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationPropertyThe Amazon Resource Name (ARN) that uniquely identifies the KMS key to use when encrypting the device.This can be either the Key ARN or the Alias ARN. For more information, see Key identifiers (KeyId) in the AWS Key Management Service Developer Guide .
- Specified by:
getKmsKeyIdin interfaceCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- See Also:
-
getSnapshotId
Description copied from interface:CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationPropertyThe snapshot that defines the device contents.- Specified by:
getSnapshotIdin interfaceCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- See Also:
-
getThroughput
Description copied from interface:CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationPropertyFor GP3 volumes only – The throughput in MiB/s that the volume supports.- Specified by:
getThroughputin interfaceCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- See Also:
-
getVolumeSize
Description copied from interface:CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationPropertyUse to override the device's volume size.- Specified by:
getVolumeSizein interfaceCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- See Also:
-
getVolumeType
Description copied from interface:CfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationPropertyUse to override the device's volume type.- Specified by:
getVolumeTypein interfaceCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- See Also:
-
$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()
-