AWS Fundamentals Logo
AWS Fundamentals
AWS::IdentityStore::Group

IdentityStore Group

Resource Type definition for AWS::IdentityStore::Group

Properties

3 configurable properties. 2 required. Click a row to see details.

Filter:
PropertyTypeFlags
DisplayName
string
Required
IdentityStoreId
string
RequiredCreate-only
Description
string

Return Values

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

AttributeTypeDescription
GroupIdstringThe unique identifier for a group in the identity store.

Sample CloudFormation Template

A minimal template with required properties and common optional ones.

template.yaml
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::IdentityStore::Group

Resources:
  MyResource:
    Type: AWS::IdentityStore::Group
    Properties:
      IdentityStoreId: "my-identitystoreid"
      DisplayName: "my-displayname"
      Description: !Ref "AWS::StackName"

Required IAM Permissions

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

create

identitystore:CreateGroupidentitystore:DescribeGroup

read

identitystore:DescribeGroup

update

identitystore:DescribeGroupidentitystore:UpdateGroup

delete

identitystore:DescribeGroupidentitystore:DeleteGroup

list

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

ServiceIdentityStore
Properties4
Required2
TaggingNot supported
Primary IDGroupId

Supported Operations

CreateReadUpdateDeleteList

Immutable After Creation

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

IdentityStoreId

Related Resources

External Links