@Stability(value=Stable) @Internal public static final class CfnLaunchTemplate.BlockDeviceMappingProperty.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnLaunchTemplate.BlockDeviceMappingProperty
CfnLaunchTemplate.BlockDeviceMappingPropertysoftware.amazon.jsii.JsiiObject.InitializationModeCfnLaunchTemplate.BlockDeviceMappingProperty.Builder, CfnLaunchTemplate.BlockDeviceMappingProperty.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(CfnLaunchTemplate.BlockDeviceMappingProperty.Builder builder)
Constructor that initializes the object based on literal property values passed by the
CfnLaunchTemplate.AcceleratorCountProperty.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 (for example, /dev/sdh or xvdh).
|
Object |
getEbs()
Parameters used to automatically set up EBS volumes when the instance is launched.
|
String |
getNoDevice()
To omit the device from the block device mapping, specify an empty string.
|
String |
getVirtualName()
The virtual device name (ephemeralN).
|
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(CfnLaunchTemplate.BlockDeviceMappingProperty.Builder builder)
CfnLaunchTemplate.AcceleratorCountProperty.Builder.public final String getDeviceName()
CfnLaunchTemplate.BlockDeviceMappingPropertygetDeviceName in interface CfnLaunchTemplate.BlockDeviceMappingPropertypublic final Object getEbs()
CfnLaunchTemplate.BlockDeviceMappingPropertygetEbs in interface CfnLaunchTemplate.BlockDeviceMappingPropertypublic final String getNoDevice()
CfnLaunchTemplate.BlockDeviceMappingPropertygetNoDevice in interface CfnLaunchTemplate.BlockDeviceMappingPropertypublic final String getVirtualName()
CfnLaunchTemplate.BlockDeviceMappingPropertyInstance store volumes are numbered starting from 0. An instance type with 2 available instance store volumes can specify mappings for ephemeral0 and ephemeral1. The number of available instance store volumes depends on the instance type. After you connect to the instance, you must mount the volume.
getVirtualName in interface CfnLaunchTemplate.BlockDeviceMappingProperty@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.