Show / Hide Table of Contents

Class CfnPolicyGrant.GroupPolicyGrantPrincipalProperty

The group principal to whom the policy is granted.

Inheritance
object
CfnPolicyGrant.GroupPolicyGrantPrincipalProperty
Implements
CfnPolicyGrant.IGroupPolicyGrantPrincipalProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicyGrant.GroupPolicyGrantPrincipalProperty : CfnPolicyGrant.IGroupPolicyGrantPrincipalProperty
Syntax (vb)
Public Class CfnPolicyGrant.GroupPolicyGrantPrincipalProperty Implements 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

Constructors

GroupPolicyGrantPrincipalProperty()

The group principal to whom the policy is granted.

Properties

GroupIdentifier

The ID Of the group of the group principal.

Constructors

GroupPolicyGrantPrincipalProperty()

The group principal to whom the policy is granted.

public GroupPolicyGrantPrincipalProperty()
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"
             };

Properties

GroupIdentifier

The ID Of the group of the group principal.

public string GroupIdentifier { get; set; }
Property Value

string

Remarks

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

Implements

CfnPolicyGrant.IGroupPolicyGrantPrincipalProperty
Back to top Generated by DocFX