AWS::IdentityStore::Group - Amazon CloudFormation
Services or capabilities described in Amazon Web Services documentation might vary by Region. To see the differences applicable to the China Regions, see Getting Started with Amazon Web Services in China (PDF).

AWS::IdentityStore::Group

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

Syntax

To declare this entity in your Amazon 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

Pattern: ^[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  ]+$

Minimum: 1

Maximum: 1024

Update requires: No interruption

DisplayName

The display name value for the group. The length limit is 1,024 characters. This value can consist of letters, accented characters, symbols, numbers, punctuation, tab, new line, carriage return, space, and nonbreaking space in this attribute. This value is specified at the time the group is created and stored as an attribute of the group object in the identity store.

Required: Yes

Type: String

Pattern: ^[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+$

Minimum: 1

Maximum: 1024

Update requires: No interruption

IdentityStoreId

The globally unique identifier for the identity store.

Required: Yes

Type: String

Pattern: ^d-[0-9a-f]{10}$|^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$

Minimum: 1

Maximum: 36

Update requires: Replacement

Return values

Ref

Fn::GetAtt

GroupId

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