AWS Fundamentals Logo
AWS Fundamentals
AWS::ResourceGroups::Group

ResourceGroups Group

Schema for ResourceGroups::Group

Properties

6 configurable properties. 1 required. Click a row to see details.

Filter:
PropertyTypeFlags
Name
string
RequiredCreate-only
Configuration
array
Description
string
ResourceQuery
ResourceQuery
Resources
Array<string>
Tags
Array<Tag>

Return Values

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

AttributeTypeDescription
ArnstringThe Resource Group ARN.

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::Group

Resources:
  MyResource:
    Type: AWS::ResourceGroups::Group
    Properties:
      Name: "my-name"
      Tags:
        - Key: Environment
          Value: Production
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

resource-groups:CreateGroupresource-groups:Tagcloudformation:DescribeStackscloudformation:ListStackResourcesresource-groups:ListGroupResourcesresource-groups:GroupResources

read

resource-groups:GetGroupresource-groups:GetGroupQueryresource-groups:GetTagsresource-groups:GetGroupConfigurationresource-groups:ListGroupResources

update

resource-groups:UpdateGroupresource-groups:GetTagsresource-groups:GetGroupQueryresource-groups:UpdateGroupQueryresource-groups:Tagresource-groups:Untagresource-groups:PutGroupConfigurationresource-groups:GetGroupConfiguration

delete

resource-groups:DeleteGroupresource-groups:UnGroupResources

list

resource-groups:ListGroups

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
Properties7
Required1
TaggingSupported
Primary IDName

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

Name

Related Resources

External Links