AWS::IdentityStore::Group

A group object, which contains a specified group’s metadata and attributes.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::IdentityStore::Group", "Properties" : { "Description" : String, "DisplayName" : String, "IdentityStoreId" : String } }

YAML

Type: AWS::IdentityStore::Group Properties: Description: String DisplayName: String IdentityStoreId: String

Properties

Description

A string containing the description of the group.

Required: No

Type: String

Update requires: No interruption

DisplayName

Property description not available.

Required: Yes

Type: String

Update requires: No interruption

IdentityStoreId

Property description not available.

Required: Yes

Type: String

Update requires: Replacement

Return values

Ref

Fn::GetAtt

GroupId

The identifier of the newly created group in the identity store.