Interface CfnPolicyGrant.ProjectPolicyGrantPrincipalProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyGrant.ProjectPolicyGrantPrincipalProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyGrant
@Stability(Stable)
public static interface CfnPolicyGrant.ProjectPolicyGrantPrincipalProperty
extends software.amazon.jsii.JsiiSerializable
The project policy grant principal.
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.*;
ProjectPolicyGrantPrincipalProperty projectPolicyGrantPrincipalProperty = ProjectPolicyGrantPrincipalProperty.builder()
.projectDesignation("projectDesignation")
.projectGrantFilter(ProjectGrantFilterProperty.builder()
.domainUnitFilter(DomainUnitFilterForProjectProperty.builder()
.domainUnit("domainUnit")
// the properties below are optional
.includeChildDomainUnits(false)
.build())
.build())
.projectIdentifier("projectIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnPolicyGrant.ProjectPolicyGrantPrincipalPropertystatic final classAn implementation forCfnPolicyGrant.ProjectPolicyGrantPrincipalProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getProjectDesignation
The project designation of the project policy grant principal.- See Also:
-
getProjectGrantFilter
The project grant filter of the project policy grant principal.Returns union: either
IResolvableorCfnPolicyGrant.ProjectGrantFilterProperty- See Also:
-
getProjectIdentifier
The project ID of the project policy grant principal.- See Also:
-
builder
-