Interface CfnOwner.IOwnerGroupPropertiesProperty
The properties of the domain unit owners group.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnOwner.IOwnerGroupPropertiesProperty
Syntax (vb)
Public Interface CfnOwner.IOwnerGroupPropertiesProperty
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 ownerGroupPropertiesProperty = new OwnerGroupPropertiesProperty {
GroupIdentifier = "groupIdentifier"
};
Synopsis
Properties
| GroupIdentifier | The ID of the domain unit owners group. |
Properties
GroupIdentifier
The ID of the domain unit owners group.
string? GroupIdentifier { get; }