Interface CfnProjectMembership.MemberProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProjectMembership.MemberProperty.Jsii$Proxy
- Enclosing class:
CfnProjectMembership
@Stability(Stable)
public static interface CfnProjectMembership.MemberProperty
extends software.amazon.jsii.JsiiSerializable
The details about a project member.
Important - this data type is a UNION, so only one of the following members can be specified when used or returned.
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.datazone.*; MemberProperty memberProperty = MemberProperty.builder() .groupIdentifier("groupIdentifier") .userIdentifier("userIdentifier") .build();
- See Also:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnProjectMembership.MemberProperty
static final class
An implementation forCfnProjectMembership.MemberProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getGroupIdentifier
The ID of the group of a project member.- See Also:
-
getUserIdentifier
The user ID of a project member.- See Also:
-
builder
-