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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnPolicyGrant.CreateProjectFromProjectProfilePolicyGrantDetailProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getIncludeChildDomainUnits
Specifies whether to include child domain units when creating a project from project profile policy grant details.- See Also:
-
getProjectProfiles
Specifies project profiles when creating a project from project profile policy grant details.- See Also:
-
builder
@Stability(Stable) static CfnPolicyGrant.CreateProjectFromProjectProfilePolicyGrantDetailProperty.Builder builder()
-