aws-cdk-lib.aws_identitystore.CfnGroupProps

interface CfnGroupProps

LanguageType name
.NETAmazon.CDK.AWS.IdentityStore.CfnGroupProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsidentitystore#CfnGroupProps
Javasoftware.amazon.awscdk.services.identitystore.CfnGroupProps
Pythonaws_cdk.aws_identitystore.CfnGroupProps
TypeScript aws-cdk-lib » aws_identitystore » CfnGroupProps

Properties for defining a CfnGroup.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_identitystore as identitystore } from 'aws-cdk-lib';
const cfnGroupProps: identitystore.CfnGroupProps = {
  displayName: 'displayName',
  identityStoreId: 'identityStoreId',

  // the properties below are optional
  description: 'description',
};

Properties

NameTypeDescription
displayNamestringAWS::IdentityStore::Group.DisplayName.
identityStoreIdstringAWS::IdentityStore::Group.IdentityStoreId.
description?stringA string containing the description of the group.

displayName

Type: string

AWS::IdentityStore::Group.DisplayName.


identityStoreId

Type: string

AWS::IdentityStore::Group.IdentityStoreId.


description?

Type: string (optional)

A string containing the description of the group.