AWS::IdentityStore::GroupA group object, which contains a specified group’s metadata and attributes.
import { CfnGroup } from 'aws-cdk-lib/aws-identitystore';Or use the module namespace:
import * as identitystore from 'aws-cdk-lib/aws-identitystore';
// identitystore.CfnGroupConfiguration passed to the constructor as CfnGroupProps.
displayNameRequiredstringThe 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.
identityStoreIdRequiredstringThe globally unique identifier for the identity store.
descriptionOptionalstringA string containing the description of the group.
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-identitystoreAWS::IdentityStore::Group