guardduty_untag_resource: Removes tags from a resource
Description
Removes tags from a resource.
Usage
guardduty_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn
[required] The Amazon Resource Name (ARN) for the resource to remove tags from.
TagKeys
[required] The tag keys to remove from the resource.
Request syntax
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)