Interface CfnPolicyGrant.CreateProjectPolicyGrantDetailProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyGrant.CreateProjectPolicyGrantDetailProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyGrant
@Stability(Stable)
public static interface CfnPolicyGrant.CreateProjectPolicyGrantDetailProperty
extends software.amazon.jsii.JsiiSerializable
The details of the 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.*;
CreateProjectPolicyGrantDetailProperty createProjectPolicyGrantDetailProperty = CreateProjectPolicyGrantDetailProperty.builder()
.includeChildDomainUnits(false)
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyGrant.CreateProjectPolicyGrantDetailPropertystatic final classAn implementation forCfnPolicyGrant.CreateProjectPolicyGrantDetailProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIncludeChildDomainUnits
Specifies whether the policy grant is applied to child domain units.Returns union: either
BooleanorIResolvable- See Also:
-
builder
-