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: