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
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
Remarks
UserIdentifier
The member of the project.
string? UserIdentifier { get; }