AWS::ResourceGroups::TagSyncTaskSchema for ResourceGroups::TagSyncTask
4 configurable properties. 4 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Group | string | RequiredCreate-only |
RoleArn | string | RequiredCreate-only |
TagKey | string | RequiredCreate-only |
TagValue | string | RequiredCreate-only |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GroupArn | string | The Amazon resource name (ARN) of the ApplicationGroup for which the TagSyncTask is created |
GroupName | string | The Name of the application group for which the TagSyncTask is created |
Status | string | The status of the TagSyncTask |
TaskArn | string | The ARN of the TagSyncTask resource |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
resource-groups:StartTagSyncTaskresource-groups:CreateGroupiam:PassRoleresource-groups:GetTagSyncTaskresource-groups:CancelTagSyncTaskresource-groups:DeleteGroupresource-groups:ListTagSyncTasksOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterTaskArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
GroupTagKeyTagValueRoleArn