Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-identitystore-groupmembership-memberid.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-identitystore-groupmembership-memberid.html#cfn-identitystore-groupmembership-memberid-userid

Back to top Generated by DocFX