Associates the specified tags to a resource with the specified resourceArn. If existing tags on a resource are not specified in the request parameters, they are not changed. If existing tags are specified, however, then their values will be updated. When a resource is deleted, the tags associated with that resource are deleted as well.
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
Tags
array[object (Tag) {2}]
required
An array of tag object.
>= 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).