Get Tag Sync Task
resourcegroups_get_tag_sync_task | R Documentation |
Returns information about a specified tag-sync task¶
Description¶
Returns information about a specified tag-sync task.
Minimum permissions
To run this command, you must have the following permissions:
resource-groups:GetTagSyncTask
on the application group
Usage¶
Arguments¶
TaskArn
[required] The Amazon resource name (ARN) of the tag-sync task.
Value¶
A list with the following syntax:
list(
GroupArn = "string",
GroupName = "string",
TaskArn = "string",
TagKey = "string",
TagValue = "string",
RoleArn = "string",
Status = "ACTIVE"|"ERROR",
ErrorMessage = "string",
CreatedAt = as.POSIXct(
"2015-01-01"
)
)