Untag Resource
managedgrafana_untag_resource | R Documentation |
The UntagResource operation removes the association of the tag with the Amazon Managed Grafana resource¶
Description¶
The untag_resource
operation removes the association of the tag with
the Amazon Managed Grafana resource.
Usage¶
managedgrafana_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The ARN of the resource the tag association is removed from. |
tagKeys |
[required] The key values of the tag to be removed from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)