Untag Resource
paymentcryptographycontrolplane_untag_resource | R Documentation |
Deletes a tag from an Amazon Web Services Payment Cryptography key¶
Description¶
Deletes a tag from an Amazon Web Services Payment Cryptography key.
Tagging or untagging an Amazon Web Services Payment Cryptography key can allow or deny permission to the key.
Cross-account use: This operation can't be used across different Amazon Web Services accounts.
Related operations:
-
list_tags_for_resource
-
tag_resource
Usage¶
paymentcryptographycontrolplane_untag_resource(ResourceArn, TagKeys)
Arguments¶
ResourceArn |
[required] The |
TagKeys |
[required] One or more tag keys. Don't include the tag values. If the Amazon Web Services Payment Cryptography key doesn't have the
specified tag key, Amazon Web Services Payment Cryptography doesn't
throw an exception or return a response. To confirm that the operation
succeeded, use the |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
ResourceArn = "string",
TagKeys = list(
"string"
)
)