Interface CfnGroupMembership.IMemberIdProperty
An object that contains the identifier of a group member.
Namespace: Amazon.CDK.AWS.IdentityStore
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnGroupMembership.IMemberIdProperty
Syntax (vb)
Public Interface CfnGroupMembership.IMemberIdProperty
Remarks
Setting the UserID field to the specific identifier for a user indicates that the user is a member of the group.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IdentityStore;
var memberIdProperty = new MemberIdProperty {
UserId = "userId"
};
Synopsis
Properties
| UserId | An object containing the identifiers of resources that can be members. |
Properties
UserId
An object containing the identifiers of resources that can be members.
string UserId { get; }