AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails
A block device for the instance.
Contents
- DeviceName
-
The device name that is exposed to the EC2 instance. For example,
/dev/sdh
orxvdh
.Type: String
Pattern:
.*\S.*
Required: No
- Ebs
-
Parameters that are used to automatically set up Amazon EBS volumes when an instance is launched.
Type: AwsAutoScalingLaunchConfigurationBlockDeviceMappingsEbsDetails object
Required: No
- NoDevice
-
Whether to suppress the device that is included in the block device mapping of the Amazon Machine Image (AMI).
If
NoDevice
istrue
, then you cannot specifyEbs
.>Type: Boolean
Required: No
- VirtualName
-
The name of the virtual device (for example,
ephemeral0
).You can provide either
VirtualName
orEbs
, but not both.Type: String
Pattern:
.*\S.*
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: