interface MemberIdProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.IdentityStore.CfnGroupMembershipPropsMixin.MemberIdProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awsidentitystore#CfnGroupMembershipPropsMixin_MemberIdProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.identitystore.CfnGroupMembershipPropsMixin.MemberIdProperty |
Python | aws_cdk.cfn_property_mixins.aws_identitystore.CfnGroupMembershipPropsMixin.MemberIdProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_identitystore » CfnGroupMembershipPropsMixin » MemberIdProperty |
An object that contains the identifier of a group member.
Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
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/cfn-property-mixins';
const memberIdProperty: identitystore.CfnGroupMembershipPropsMixin.MemberIdProperty = {
userId: 'userId',
};
Properties
| Name | Type | Description |
|---|---|---|
| user | string | An object containing the identifiers of resources that can be members. |
userId?
Type:
string
(optional)
An object containing the identifiers of resources that can be members.

.NET
Go
Java
Python
TypeScript