Class CfnProjectMembershipMixinProps
Properties for CfnProjectMembershipPropsMixin.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnProjectMembershipMixinProps : ICfnProjectMembershipMixinProps
Syntax (vb)
Public Class CfnProjectMembershipMixinProps Implements ICfnProjectMembershipMixinProps
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins;
var cfnProjectMembershipMixinProps = new CfnProjectMembershipMixinProps {
Designation = "designation",
DomainIdentifier = "domainIdentifier",
Member = new MemberProperty {
GroupIdentifier = "groupIdentifier",
UserIdentifier = "userIdentifier"
},
ProjectIdentifier = "projectIdentifier"
};
Synopsis
Constructors
| CfnProjectMembershipMixinProps() | Properties for CfnProjectMembershipPropsMixin. |
Properties
| Designation | The designated role of a project member. |
| DomainIdentifier | The ID of the Amazon DataZone domain in which project membership is created. |
| Member | The details about a project member. |
| ProjectIdentifier | The ID of the project for which this project membership was created. |
Constructors
CfnProjectMembershipMixinProps()
Properties for CfnProjectMembershipPropsMixin.
public CfnProjectMembershipMixinProps()
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins;
var cfnProjectMembershipMixinProps = new CfnProjectMembershipMixinProps {
Designation = "designation",
DomainIdentifier = "domainIdentifier",
Member = new MemberProperty {
GroupIdentifier = "groupIdentifier",
UserIdentifier = "userIdentifier"
},
ProjectIdentifier = "projectIdentifier"
};
Properties
Designation
The designated role of a project member.
public string? Designation { get; set; }
Property Value
Remarks
DomainIdentifier
The ID of the Amazon DataZone domain in which project membership is created.
public string? DomainIdentifier { get; set; }
Property Value
Remarks
Member
The details about a project member.
public object? Member { get; set; }
Property Value
Remarks
ProjectIdentifier
The ID of the project for which this project membership was created.
public string? ProjectIdentifier { get; set; }