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