Tag Resource
kinesisanalytics_tag_resource | R Documentation |
Adds one or more key-value tags to a Kinesis Analytics application¶
Description¶
Adds one or more key-value tags to a Kinesis Analytics application. Note that the maximum number of application tags includes system tags. The maximum number of user-defined application tags is 50. For more information, see Using Tagging.
Usage¶
kinesisanalytics_tag_resource(ResourceARN, Tags)
Arguments¶
ResourceARN |
[required] The ARN of the application to assign the tags. |
Tags |
[required] The key-value tags to assign to the application. |
Value¶
An empty list.
Request syntax¶
svc$tag_resource(
ResourceARN = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)