Show / Hide Table of Contents

Interface CfnPolicyGrant.IGroupPolicyGrantPrincipalProperty

The group principal to whom the policy is granted.

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-grouppolicygrantprincipal.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 groupPolicyGrantPrincipalProperty = new GroupPolicyGrantPrincipalProperty {
                 GroupIdentifier = "groupIdentifier"
             };

Synopsis

Properties

GroupIdentifier

The ID Of the group of the group principal.

Properties

GroupIdentifier

The ID Of the group of the group principal.

string GroupIdentifier { get; }
Property Value

string

Remarks

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

Back to top Generated by DocFX