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

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

Hierarchy

  • BlockDeviceMappingItem

Implements

Constructors

Properties

Constructors

Properties

deviceName: string = ''

The device name (for example, /dev/sdh or xvdh).

ebs: undefined | EbsItemConfig = undefined

Parameters used to automatically set up EBS volumes when the instance is launched.

Generated using TypeDoc