Untag Resource
kafka_untag_resource | R Documentation |
Removes the tags associated with the keys that are provided in the query¶
Description¶
Removes the tags associated with the keys that are provided in the query.
Usage¶
kafka_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) that uniquely identifies the resource that's associated with the tags. |
TagKeys |
[required] Tag keys must be unique for a given cluster. In addition, the following restrictions apply:
|
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)