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