Untag Resource
sfn_untag_resource | R Documentation |
Remove a tag from a Step Functions resource¶
Description¶
Remove a tag from a Step Functions resource
Usage¶
sfn_untag_resource(resourceArn, tagKeys)
Arguments¶
resourceArn |
[required] The Amazon Resource Name (ARN) for the Step Functions state machine or activity. |
tagKeys |
[required] The list of tags to remove from the resource. |
Value¶
An empty list.
Request syntax¶
svc$untag_resource(
resourceArn = "string",
tagKeys = list(
"string"
)
)