Show / Hide Table of Contents

Interface CfnProject.IMemberProperty

The member of the project.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnProject.IMemberProperty
Syntax (vb)
Public Interface CfnProject.IMemberProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-project-member.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.AWS.DataZone;

             var memberProperty = new MemberProperty {
                 GroupIdentifier = "groupIdentifier",
                 UserIdentifier = "userIdentifier"
             };

Synopsis

Properties

GroupIdentifier

The member of the project.

UserIdentifier

The member of the project.

Properties

GroupIdentifier

The member of the project.

string? GroupIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-project-member.html#cfn-datazone-project-member-groupidentifier

UserIdentifier

The member of the project.

string? UserIdentifier { get; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-project-member.html#cfn-datazone-project-member-useridentifier

Back to top Generated by DocFX