AwsAutoScalingLaunchConfigurationBlockDeviceMappingsDetails - AWS Security Hub CSPM
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

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 AWS SDKs, see the following: