AWS::IdentityStore::GroupMembershipCreates a relationship between a member and a group. The following identifiers must be specified: `GroupId` , `IdentityStoreId` , and `MemberId` .
import { CfnGroupMembership } from 'aws-cdk-lib/aws-identitystore';Or use the module namespace:
import * as identitystore from 'aws-cdk-lib/aws-identitystore';
// identitystore.CfnGroupMembershipConfiguration passed to the constructor as CfnGroupMembershipProps.
groupIdRequiredstringThe identifier for a group in the identity store.
identityStoreIdRequiredstringThe globally unique identifier for the identity store.
memberIdRequiredIResolvable | MemberIdPropertyAn object containing the identifier of a group member. Setting the `MemberId` 's `UserId` field to a specific User's ID indicates that user is a member 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::GroupMembership