CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / LaunchTemplateConfig / BlockDeviceMappingItem
The parameters for a block device mapping in launch template.
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateBlockDeviceMappingRequest.html
blockDeviceMappings: - deviceName: /dev/xvda ebs: deleteOnTermination: true encrypted: true kmsKeyId: key1 - deviceName: /dev/xvdb ebs: deleteOnTermination: true encrypted: true - deviceName: /dev/xvdc ebs: deleteOnTermination: true
Readonly
The device name (for example, /dev/sdh or xvdh).
Parameters used to automatically set up EBS volumes when the instance is launched.
Generated using TypeDoc
CustomizationsConfig / AppConfigItem | Ec2FirewallConfig / LaunchTemplateConfig / BlockDeviceMappingItem
The parameters for a block device mapping in launch template.
See
https://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_LaunchTemplateBlockDeviceMappingRequest.html
Example