Interface CfnPolicyGrant.OverrideProjectOwnersPolicyGrantDetailProperty

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

@Stability(Stable) public static interface CfnPolicyGrant.OverrideProjectOwnersPolicyGrantDetailProperty extends software.amazon.jsii.JsiiSerializable
The details of the override project owners policy grant.

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.*;
 OverrideProjectOwnersPolicyGrantDetailProperty overrideProjectOwnersPolicyGrantDetailProperty = OverrideProjectOwnersPolicyGrantDetailProperty.builder()
         .includeChildDomainUnits(false)
         .build();
 

See Also: