# AWS::IdentityStore::Group Resource Type definition for AWS::IdentityStore::Group ## 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 _Minimum_: 1 _Maximum_: 1024 _Pattern_: ^[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r  ]+$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### DisplayName A string containing the name of the group. This value is commonly displayed when the group is referenced. _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 1024 _Pattern_: ^[\p{L}\p{M}\p{S}\p{N}\p{P}\t\n\r ]+$ _Update requires_: [No interruption](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-no-interrupt) #### IdentityStoreId The globally unique identifier for the identity store. _Required_: No _Type_: String _Minimum_: 1 _Maximum_: 36 _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}$ _Update requires_: [Replacement](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-update-behaviors.html#update-replacement) ## Return Values ### Fn::GetAtt The `Fn::GetAtt` intrinsic function returns a value for a specified attribute of this type. The following are the available attributes and sample return values. For more information about using the `Fn::GetAtt` intrinsic function, see [Fn::GetAtt](https://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/intrinsic-function-reference-getatt.html). #### GroupId The unique identifier for a group in the identity store.