Tag Resource
kinesis_tag_resource | R Documentation |
Adds or updates tags for the specified Kinesis resource¶
Description¶
Adds or updates tags for the specified Kinesis resource. Each tag is a label consisting of a user-defined key and value. Tags can help you manage, identify, organize, search for, and filter resources. You can assign up to 50 tags to a Kinesis resource.
Usage¶
kinesis_tag_resource(Tags, ResourceARN)
Arguments¶
Tags |
[required] An array of tags to be added to the Kinesis resource. A tag consists of a required key and an optional value. You can add up to 50 tags per resource. Tags may only contain Unicode letters, digits, white space, or these symbols: _ . : / = + - @. |
ResourceARN |
[required] The Amazon Resource Name (ARN) of the Kinesis resource to which to add tags. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
Tags = list(
"string"
),
ResourceARN = "string"
)