Cancel Tag Sync Task
resourcegroups_cancel_tag_sync_task | R Documentation |
Cancels the specified tag-sync task¶
Description¶
Cancels the specified tag-sync task.
Minimum permissions
To run this command, you must have the following permissions:
-
resource-groups:CancelTagSyncTask
on the application group -
resource-groups:DeleteGroup
Usage¶
resourcegroups_cancel_tag_sync_task(TaskArn)
Arguments¶
TaskArn |
[required] The Amazon resource name (ARN) of the tag-sync task. |
Value¶
An empty list.
Request syntax¶
svc$cancel_tag_sync_task(
TaskArn = "string"
)