AWS Fundamentals Logo
AWS Fundamentals
L1 ConstructAWS::IdentityStore::Group

CfnGroup

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

Import

import { CfnGroup } from 'aws-cdk-lib/aws-identitystore';

Or use the module namespace:

import * as identitystore from 'aws-cdk-lib/aws-identitystore';
// identitystore.CfnGroup

Properties

Configuration passed to the constructor as CfnGroupProps.

displayNameRequired
string

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. Prefix search supports a maximum of 1,000 characters for the string.

identityStoreIdRequired
string

The globally unique identifier for the identity store.

descriptionOptional
string

A string containing the description of the group.

CloudFormation Resource

This L1 construct maps directly to the following CloudFormation resource type.

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

LevelL1 (CloudFormation)
Moduleaws-identitystore
CFN TypeAWS::IdentityStore::Group
Properties3

Related Constructs

External Links