Class CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.imagebuilder.CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty
@Stability(Stable)
@Internal
public static final class CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty
An implementation for
CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty-
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.InstanceBlockDeviceMappingProperty
CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty.Builder, CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty.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 StringThe device to which these mappings apply.final ObjectgetEbs()Use to manage Amazon EBS-specific configuration for this mapping.final StringUse to remove a mapping from the base image.final StringUse to manage instance ephemeral devices.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.InstanceBlockDeviceMappingProperty.Builder builder) Constructor that initializes the object based on literal property values passed by theCfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty.Builder.
-
-
Method Details
-
getDeviceName
Description copied from interface:CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingPropertyThe device to which these mappings apply.- Specified by:
getDeviceNamein interfaceCfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty- See Also:
-
getEbs
Description copied from interface:CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingPropertyUse to manage Amazon EBS-specific configuration for this mapping.Returns union: either
IResolvableorCfnContainerRecipePropsMixin.EbsInstanceBlockDeviceSpecificationProperty- Specified by:
getEbsin interfaceCfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty- See Also:
-
getNoDevice
Description copied from interface:CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingPropertyUse to remove a mapping from the base image.- Specified by:
getNoDevicein interfaceCfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty- See Also:
-
getVirtualName
Description copied from interface:CfnContainerRecipePropsMixin.InstanceBlockDeviceMappingPropertyUse to manage instance ephemeral devices.- Specified by:
getVirtualNamein interfaceCfnContainerRecipePropsMixin.InstanceBlockDeviceMappingProperty- 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()
-