configservice_untag_resource: Deletes specified tags from a resource
Description
Deletes specified tags from a resource.
Usage
configservice_untag_resource(ResourceArn, TagKeys)
Arguments
ResourceArn
[required] The Amazon Resource Name (ARN) that identifies the resource for which to
list the tags. Currently, the supported resources are ConfigRule
,
ConfigurationAggregator
and AggregatorAuthorization
.
TagKeys
[required] The keys of the tags to be removed.
Request syntax
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)