AWS Fundamentals Logo
AWS Fundamentals
AWS::ResourceGroups::TagSyncTask

ResourceGroups TagSyncTask

Schema for ResourceGroups::TagSyncTask

Properties

4 configurable properties. 4 required. Click a row to see details.

Filter:
PropertyTypeFlags
Group
string
RequiredCreate-only
RoleArn
string
RequiredCreate-only
TagKey
string
RequiredCreate-only
TagValue
string
RequiredCreate-only

Return Values

Values returned after the resource is created. Access these with Fn::GetAtt.

AttributeTypeDescription
GroupArnstringThe Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created
GroupNamestringThe Name of the application group for which the TagSyncTask is created
StatusstringThe status of the TagSyncTask
TaskArnstringThe ARN of the TagSyncTask resource

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResourceGroups::TagSyncTask

Resources:
  MyResource:
    Type: AWS::ResourceGroups::TagSyncTask
    Properties:
      Group: "value"
      TagKey: "value"
      TagValue: "value"
      RoleArn: "arn:aws:service:region:account:resource"

Required IAM Permissions

Permissions CloudFormation needs in your IAM role to manage this resource.

create

resource-groups:StartTagSyncTaskresource-groups:CreateGroupiam:PassRole

read

resource-groups:GetTagSyncTask

delete

resource-groups:CancelTagSyncTaskresource-groups:DeleteGroup

list

resource-groups:ListTagSyncTasks

Learn AWS the Practical Way

Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.

Subscribe to Newsletter

Quick Facts

ServiceResourceGroups
Properties8
Required4
TaggingNot supported
Primary IDTaskArn

Supported Operations

CreateReadDeleteList

Immutable After Creation

These properties cannot be changed after the resource is created. Updating them triggers a replacement.

GroupTagKeyTagValueRoleArn

Related Resources

External Links