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
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; }