Untag Resource
codestarnotifications_untag_resource | R Documentation |
Removes the association between one or more provided tags and a notification rule¶
Description¶
Removes the association between one or more provided tags and a notification rule.
Usage¶
codestarnotifications_untag_resource(Arn, TagKeys)
Arguments¶
Arn |
[required] The Amazon Resource Name (ARN) of the notification rule from which to remove the tags. |
TagKeys |
[required] The key names of the tags to remove. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
Arn = "string",
TagKeys = list(
"string"
)
)