Skeddly API
Search
K
Comment on page

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

{
"key": "Name",
"value": "my-ec2-instance"
}