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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnPolicyGrant.OverrideProjectOwnersPolicyGrantDetailProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIncludeChildDomainUnits
Specifies whether the policy is inherited by child domain units.- See Also:
-
builder
@Stability(Stable) static CfnPolicyGrant.OverrideProjectOwnersPolicyGrantDetailProperty.Builder builder()
-