kafka_tag_resource: Adds tags to the specified MSK resource
Description
Adds tags to the specified MSK resource.
Usage
kafka_tag_resource(ResourceArn, Tags)
Arguments
ResourceArn
[required] The Amazon Resource Name (ARN) that uniquely identifies the resource
that's associated with the tags.
Tags
[required] The key-value pair for the resource tag.
Request syntax
svc$tag_resource(
ResourceArn = "string",
Tags = list(
"string"
)
)