Class CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.opsworks.CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
- All Implemented Interfaces:
CfnInstance.BlockDeviceMappingProperty,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- CfnInstance.BlockDeviceMappingProperty
@Stability(Stable)
@Internal
public static final class CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements CfnInstance.BlockDeviceMappingProperty
An implementation for
CfnInstance.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.services.opsworks.CfnInstance.BlockDeviceMappingProperty
CfnInstance.BlockDeviceMappingProperty.Builder, CfnInstance.BlockDeviceMappingProperty.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theCfnInstance.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 theCfnInstance.BlockDeviceMappingProperty.Builder.
-
-
Method Details
-
getDeviceName
Description copied from interface:CfnInstance.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 AWS OpsWorks Stacks will provide the correct device name.- Specified by:
getDeviceNamein interfaceCfnInstance.BlockDeviceMappingProperty
-
getEbs
Description copied from interface:CfnInstance.BlockDeviceMappingPropertyAnEBSBlockDevicethat defines how to configure an Amazon EBS volume when the instance is launched.You can specify either the
VirtualNameorEbs, but not both.- Specified by:
getEbsin interfaceCfnInstance.BlockDeviceMappingProperty
-
getNoDevice
Description copied from interface:CfnInstance.BlockDeviceMappingPropertySuppresses the specified device included in the AMI's block device mapping.- Specified by:
getNoDevicein interfaceCfnInstance.BlockDeviceMappingProperty
-
getVirtualName
Description copied from interface:CfnInstance.BlockDeviceMappingPropertyThe virtual device name.For more information, see BlockDeviceMapping . You can specify either the
VirtualNameorEbs, but not both.- Specified by:
getVirtualNamein interfaceCfnInstance.BlockDeviceMappingProperty
-
$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()
-