Show / Hide Table of Contents

Class CfnProjectMembershipMixinProps

Properties for CfnProjectMembershipPropsMixin.

Inheritance
object
CfnProjectMembershipMixinProps
Implements
ICfnProjectMembershipMixinProps
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html

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

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html#cfn-datazone-projectmembership-designation

DomainIdentifier

The ID of the Amazon DataZone domain in which project membership is created.

public string? DomainIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html#cfn-datazone-projectmembership-domainidentifier

Member

The details about a project member.

public object? Member { get; set; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html#cfn-datazone-projectmembership-member

Type union: either IResolvable or CfnProjectMembershipPropsMixin.IMemberProperty

ProjectIdentifier

The ID of the project for which this project membership was created.

public string? ProjectIdentifier { get; set; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-resource-datazone-projectmembership.html#cfn-datazone-projectmembership-projectidentifier

Implements

ICfnProjectMembershipMixinProps
Back to top Generated by DocFX