Interface CfnPolicyGrant.CreateProjectFromProjectProfilePolicyGrantDetailProperty

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

@Stability(Stable) public static interface CfnPolicyGrant.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.services.datazone.*;
 CreateProjectFromProjectProfilePolicyGrantDetailProperty createProjectFromProjectProfilePolicyGrantDetailProperty = CreateProjectFromProjectProfilePolicyGrantDetailProperty.builder()
         .includeChildDomainUnits(false)
         .projectProfiles(List.of("projectProfiles"))
         .build();
 

See Also: