aws-cdk-lib.aws_identitystore.CfnGroupMembershipProps

interface CfnGroupMembershipProps

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

Properties for defining a CfnGroupMembership.

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 cfnGroupMembershipProps: identitystore.CfnGroupMembershipProps = {
  groupId: 'groupId',
  identityStoreId: 'identityStoreId',
  memberId: {
    userId: 'userId',
  },
};

Properties

NameTypeDescription
groupIdstringAWS::IdentityStore::GroupMembership.GroupId.
identityStoreIdstringAWS::IdentityStore::GroupMembership.IdentityStoreId.
memberIdIResolvable | MemberIdPropertyAn object containing the identifier of a group member.

groupId

Type: string

AWS::IdentityStore::GroupMembership.GroupId.


identityStoreId

Type: string

AWS::IdentityStore::GroupMembership.IdentityStoreId.


memberId

Type: IResolvable | MemberIdProperty

An object containing the identifier of a group member.

Setting MemberId 's UserId field to a specific User's ID indicates we should consider that User as a group member.