Interface CfnPolicyGrant.GroupPolicyGrantPrincipalProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnPolicyGrant.GroupPolicyGrantPrincipalProperty.Jsii$Proxy
Enclosing class:
CfnPolicyGrant

@Stability(Stable) public static interface CfnPolicyGrant.GroupPolicyGrantPrincipalProperty extends software.amazon.jsii.JsiiSerializable
The group principal to whom the policy is granted.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.services.datazone.*;
 GroupPolicyGrantPrincipalProperty groupPolicyGrantPrincipalProperty = GroupPolicyGrantPrincipalProperty.builder()
         .groupIdentifier("groupIdentifier")
         .build();
 

See Also: