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.
kinesisanalytics_tag_resource(ResourceARN, Tags)
An empty list.
[required] The ARN of the application to assign the tags.
[required] The key-value tags to assign to the application.
svc$tag_resource(
ResourceARN = "string",
Tags = list(
list(
Key = "string",
Value = "string"
)
)
)