Interface CfnProject.ProjectMembershipAssignmentProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProject.ProjectMembershipAssignmentProperty.Jsii$Proxy
- Enclosing class:
CfnProject
@Stability(Stable)
public static interface CfnProject.ProjectMembershipAssignmentProperty
extends software.amazon.jsii.JsiiSerializable
The project membership assignment.
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.*;
ProjectMembershipAssignmentProperty projectMembershipAssignmentProperty = ProjectMembershipAssignmentProperty.builder()
.designation("designation")
.member(MemberProperty.builder()
.groupIdentifier("groupIdentifier")
.userIdentifier("userIdentifier")
.build())
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProject.ProjectMembershipAssignmentPropertystatic final classAn implementation forCfnProject.ProjectMembershipAssignmentProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDesignation
- See Also:
-
getMember
The member of the project.Returns union: either
IResolvableorCfnProject.MemberProperty- See Also:
-
builder
-