Untag Resource
kinesis_untag_resource | R Documentation |
Removes tags from the specified Kinesis resource¶
Description¶
Removes tags from the specified Kinesis resource. Removed tags are deleted and can't be recovered after this operation completes successfully.
Usage¶
kinesis_untag_resource(TagKeys, ResourceARN)
Arguments¶
TagKeys |
[required] A list of tag key-value pairs. Existing tags of the resource whose keys are members of this list will be removed from the Kinesis resource. |
ResourceARN |
[required] The Amazon Resource Name (ARN) of the Kinesis resource from which to remove tags. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
TagKeys = list(
"string"
),
ResourceARN = "string"
)