Interface CfnAllGroupMemberships.MemberIdProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnAllGroupMemberships.MemberIdProperty.Jsii$Proxy
- Enclosing class:
CfnAllGroupMemberships
@Stability(Stable)
public static interface CfnAllGroupMemberships.MemberIdProperty
extends software.amazon.jsii.JsiiSerializable
An object containing the identifier of a group member.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.identitystore.*;
MemberIdProperty memberIdProperty = MemberIdProperty.builder()
.userId("userId")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnAllGroupMemberships.MemberIdPropertystatic final classAn implementation forCfnAllGroupMemberships.MemberIdProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getUserId
The identifier for a user in the identity store.- See Also:
-
builder
-