@Stability(value=Stable) @Internal public static final class CfnLaunchConfiguration.BlockDeviceMappingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchConfiguration.BlockDeviceMappingProperty
CfnLaunchConfiguration.BlockDeviceMappingPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnLaunchConfiguration.BlockDeviceMappingProperty.Builder, CfnLaunchConfiguration.BlockDeviceMappingProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getDeviceName()
The device name exposed to the EC2 instance (for example, `/dev/sdh` or `xvdh` ).
|
Object |
getEbs()
Parameters used to automatically set up EBS volumes when an instance is launched.
|
Object |
getNoDevice()
Setting this value to `true` suppresses the specified device included in the block device mapping of the AMI.
|
String |
getVirtualName()
The name of the virtual device.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder builder)
CfnLaunchConfiguration.BlockDeviceMappingProperty.Builder.public final String getDeviceName()
CfnLaunchConfiguration.BlockDeviceMappingPropertyFor more information, see Device naming on Linux instances in the Amazon EC2 User Guide for Linux Instances .
getDeviceName in interface CfnLaunchConfiguration.BlockDeviceMappingPropertypublic final Object getEbs()
CfnLaunchConfiguration.BlockDeviceMappingProperty
You can specify either VirtualName or Ebs , but not both.
getEbs in interface CfnLaunchConfiguration.BlockDeviceMappingPropertypublic final Object getNoDevice()
CfnLaunchConfiguration.BlockDeviceMappingProperty
If NoDevice is true for the root device, instances might fail the EC2 health check. In that case, Amazon EC2 Auto Scaling launches replacement instances.
If you specify NoDevice , you cannot specify Ebs .
getNoDevice in interface CfnLaunchConfiguration.BlockDeviceMappingPropertypublic final String getVirtualName()
CfnLaunchConfiguration.BlockDeviceMappingProperty
The name must be in the form ephemeral X where X is a number starting from zero (0), for example, ephemeral0 .
You can specify either VirtualName or Ebs , but not both.
getVirtualName in interface CfnLaunchConfiguration.BlockDeviceMappingProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.