ResourceGroups / Client / cancel_tag_sync_task

cancel_tag_sync_task#

ResourceGroups.Client.cancel_tag_sync_task(**kwargs)#

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

See also: AWS API Documentation

Request Syntax

response = client.cancel_tag_sync_task(
    TaskArn='string'
)
Parameters:

TaskArn (string) –

[REQUIRED]

The Amazon resource name (ARN) of the tag-sync task.

Returns:

None

Exceptions