AWS::IdentityStore::GroupResource Type definition for AWS::IdentityStore::Group
3 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
DisplayName | string | Required |
IdentityStoreId | string | RequiredCreate-only |
Description | string |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
GroupId | string | The unique identifier for a group in the identity store. |
A minimal template with required properties and common optional ones.
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"Permissions CloudFormation needs in your IAM role to manage this resource.
identitystore:CreateGroupidentitystore:DescribeGroupidentitystore:DescribeGroupidentitystore:DescribeGroupidentitystore:UpdateGroupidentitystore:DescribeGroupidentitystore:DeleteGroupidentitystore:ListGroupsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterGroupIdThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
IdentityStoreId