Interface CfnProject.MemberProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnProject.MemberProperty.Jsii$Proxy
Enclosing class:
CfnProject

@Stability(Stable) public static interface CfnProject.MemberProperty extends software.amazon.jsii.JsiiSerializable
The member of the project.

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: