AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails - Amazon Security Hub
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails

A block device for the instance.

Contents

DeviceName

The device name that is exposed to the EC2 instance. For example, /dev/sdh or xvdh.

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 is true, then you cannot specify Ebs.>

Type: Boolean

Required: No

VirtualName

The name of the virtual device (for example, ephemeral0).

You can provide either VirtualName or Ebs, but not both.

Type: String

Pattern: .*\S.*

Required: No

See Also

For more information about using this API in one of the language-specific Amazon SDKs, see the following: