Tag Object
Description
The Tag
object represents a resource tag on an AWS resource (EC2 instance, EBS snapshot, etc.)
Properties
key
Key (name) of the resource tag.
Type: string
Required: Yes
value
Value of the resource tag.
Type: string
Required: Yes
Sample JSON
Last updated