The Amazon Resource Name (ARN) that identifies the resource for which to list the tags. Currently, the supported resources are ConfigRule, ConfigurationAggregator and AggregatorAuthorization.
>= 1 characters<= 1000 characters
Limit
integerÂ
optional
The maximum number of tags returned on each page. The limit maximum is 50. You cannot specify a number greater than 50. If you specify 0, Config uses the default.
>= 0<= 100
NextToken
stringÂ
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.
Examples
Responses
🟢200Success
application/json
Body
Tags
array[object (Tag) {2}]Â
optional
The tags for the resource.
>= 1 items<= 50 items
Key
stringÂ
optional
One part of a key-value pair that make up a tag. A key is a general label that acts like a category for more specific tag values.
>= 1 characters<= 128 characters
Value
stringÂ
optional
The optional part of a key-value pair that make up a tag. A value acts as a descriptor within a tag category (key).
>= 0 characters<= 256 characters
NextToken
stringÂ
optional
The nextToken string returned on a previous page that you use to get the next page of results in a paginated response.