AWS SDK for .NET Documentation
BlockDeviceMappings Property
AmazonAmazon.AutoScaling.ModelCreateLaunchConfigurationRequestBlockDeviceMappings Did this page help you?   Yes   No    Tell us about it...
A list of mappings that specify how block devices are exposed to the instance. Each mapping is made up of a VirtualName, a DeviceName, and an ebs data structure that contains information about the associated Elastic Block Storage volume. For more information about Amazon EC2 BlockDeviceMappings, go to Block Device Mapping in the Amazon EC2 product documentation.
Declaration Syntax
C#
public List<BlockDeviceMapping> BlockDeviceMappings { get; set; }

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)