Represents a resource tag on an AMI image.
Indicates that the tag should be added to the AMI image.
Type: boolean
boolean
Required: No
Default: true
true
Indicates that the tag should be added to the associated EBS snapshots.
Key (name) of the resource tag.
Type: string
string
Required: Yes
Value of the resource tag.
Last updated 7 years ago
{ "key": "Name", "value": "my-ec2-instance", "addToImage": true, "addToSnapshots": true }