Interface CfnProjectMembershipMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnProjectMembershipMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.121.0 (build d7af9b9)",
date="2025-12-18T18:20:24.703Z")
@Stability(Stable)
public interface CfnProjectMembershipMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnProjectMembershipPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.mixins.preview.services.datazone.mixins.*;
CfnProjectMembershipMixinProps cfnProjectMembershipMixinProps = CfnProjectMembershipMixinProps.builder()
.designation("designation")
.domainIdentifier("domainIdentifier")
.member(MemberProperty.builder()
.groupIdentifier("groupIdentifier")
.userIdentifier("userIdentifier")
.build())
.projectIdentifier("projectIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnProjectMembershipMixinPropsstatic final classAn implementation forCfnProjectMembershipMixinProps -
Method Summary
Modifier and TypeMethodDescriptionbuilder()default StringThe designated role of a project member.default StringThe ID of the Amazon DataZone domain in which project membership is created.default ObjectThe details about a project member.default StringThe ID of the project for which this project membership was created.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getDesignation
The designated role of a project member.- See Also:
-
getDomainIdentifier
The ID of the Amazon DataZone domain in which project membership is created.- See Also:
-
getMember
The details about a project member.Returns union: either
IResolvableorCfnProjectMembershipPropsMixin.MemberProperty- See Also:
-
getProjectIdentifier
The ID of the project for which this project membership was created.- See Also:
-
builder
-