Last chance! 50% off unlimited learning
Sale ends in
Last chance! 50% off unlimited learning
Sale ends in
Removes one or more tags from a Kinesis Analytics application. For more information, see Using Tagging.
kinesisanalytics_untag_resource(ResourceARN, TagKeys)
[required] The ARN of the Kinesis Analytics application from which to remove the tags.
[required] A list of keys of tags to remove from the specified application.
An empty list.
svc$untag_resource( ResourceARN = "string", TagKeys = list( "string" ) )