Class CfnPolicyGrant.GroupPolicyGrantPrincipalProperty
The group principal to whom the policy is granted.
Implements
Inherited Members
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
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
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; }