Untag Resource
pinpointemail_untag_resource | R Documentation |
Remove one or more tags (keys and values) from a specified resource¶
Description¶
Remove one or more tags (keys and values) from a specified resource.
Usage¶
pinpointemail_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The Amazon Resource Name (ARN) of the resource that you want to remove one or more tags from. |
TagKeys |
[required] The tags (tag keys) that you want to remove from the resource. When you specify a tag key, the action removes both that key and its associated tag value. To remove more than one tag from the resource, append the
|
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)