Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-owner-ownergroupproperties.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 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; }
Property Value

string

Remarks

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

Back to top Generated by DocFX