Class CfnInstancePropsMixin.BlockDeviceMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.cfnpropertymixins.services.opsworks.CfnInstancePropsMixin.BlockDeviceMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstancePropsMixin.BlockDeviceMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
CfnInstancePropsMixin.BlockDeviceMappingProperty
@Stability(Stable)
@Internal
public static final class CfnInstancePropsMixin.BlockDeviceMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstancePropsMixin.BlockDeviceMappingProperty
An implementation for
CfnInstancePropsMixin.BlockDeviceMappingProperty-
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.opsworks.CfnInstancePropsMixin.BlockDeviceMappingProperty
CfnInstancePropsMixin.BlockDeviceMappingProperty.Builder, CfnInstancePropsMixin.BlockDeviceMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInstancePropsMixin.BlockDeviceMappingProperty.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 name that is exposed to the instance, such as/dev/sdh.final ObjectgetEbs()AnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.final StringSuppresses the specified device included in the AMI's block device mapping.final StringThe virtual device name.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 theCfnInstancePropsMixin.BlockDeviceMappingProperty.Builder.
-
-
Method Details
-
getDeviceName
Description copied from interface:CfnInstancePropsMixin.BlockDeviceMappingPropertyThe device name that is exposed to the instance, such as/dev/sdh.For the root device, you can use the explicit device name or you can set this parameter to
ROOT_DEVICEand OpsWorks Stacks will provide the correct device name.- Specified by:
getDeviceNamein interfaceCfnInstancePropsMixin.BlockDeviceMappingProperty- See Also:
-
getEbs
Description copied from interface:CfnInstancePropsMixin.BlockDeviceMappingPropertyAnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.You can specify either the
VirtualNameorEbs, but not both.Returns union: either
IResolvableorCfnInstancePropsMixin.EbsBlockDeviceProperty- Specified by:
getEbsin interfaceCfnInstancePropsMixin.BlockDeviceMappingProperty- See Also:
-
getNoDevice
Description copied from interface:CfnInstancePropsMixin.BlockDeviceMappingPropertySuppresses the specified device included in the AMI's block device mapping.- Specified by:
getNoDevicein interfaceCfnInstancePropsMixin.BlockDeviceMappingProperty- See Also:
-
getVirtualName
Description copied from interface:CfnInstancePropsMixin.BlockDeviceMappingPropertyThe virtual device name.For more information, see BlockDeviceMapping . You can specify either the
VirtualNameorEbs, but not both.- Specified by:
getVirtualNamein interfaceCfnInstancePropsMixin.BlockDeviceMappingProperty- 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()
-