Interface CfnPolicyGrantPropsMixin.CreateProjectFromProjectProfilePolicyGrantDetailProperty

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

@Stability(Stable) public static interface CfnPolicyGrantPropsMixin.CreateProjectFromProjectProfilePolicyGrantDetailProperty extends software.amazon.jsii.JsiiSerializable
Specifies whether to create a project from project profile policy grant details.

Example:

 // The code below shows an example of how to instantiate this type.
 // The values are placeholders you should change.
 import software.amazon.awscdk.cfnpropertymixins.services.datazone.*;
 CreateProjectFromProjectProfilePolicyGrantDetailProperty createProjectFromProjectProfilePolicyGrantDetailProperty = CreateProjectFromProjectProfilePolicyGrantDetailProperty.builder()
         .includeChildDomainUnits(false)
         .projectProfiles(List.of("projectProfiles"))
         .build();
 

See Also: