AWS::ResourceGroups::GroupSchema for ResourceGroups::Group
6 configurable properties. 1 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
Name | string | RequiredCreate-only |
Configuration | array | |
Description | string | |
ResourceQuery | ResourceQuery | |
Resources | Array<string> | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Resource Group ARN. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::ResourceGroups::Group
Resources:
MyResource:
Type: AWS::ResourceGroups::Group
Properties:
Name: "my-name"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
resource-groups:CreateGroupresource-groups:Tagcloudformation:DescribeStackscloudformation:ListStackResourcesresource-groups:ListGroupResourcesresource-groups:GroupResourcesresource-groups:GetGroupresource-groups:GetGroupQueryresource-groups:GetTagsresource-groups:GetGroupConfigurationresource-groups:ListGroupResourcesresource-groups:UpdateGroupresource-groups:GetTagsresource-groups:GetGroupQueryresource-groups:UpdateGroupQueryresource-groups:Tagresource-groups:Untagresource-groups:PutGroupConfigurationresource-groups:GetGroupConfigurationresource-groups:DeleteGroupresource-groups:UnGroupResourcesresource-groups:ListGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name