The Tag object represents a resource tag on an AWS resource (EC2 instance, EBS snapshot, etc.)
Tag
Key (name) of the resource tag.
Type: string
string
Required: Yes
Value of the resource tag.
{ "key": "Name", "value": "my-ec2-instance" }
Last updated 7 years ago