Interface CfnPolicyGrantPropsMixin.ProjectPolicyGrantPrincipalProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnPolicyGrantPropsMixin.ProjectPolicyGrantPrincipalProperty.Jsii$Proxy
- Enclosing class:
CfnPolicyGrantPropsMixin
@Stability(Stable)
public static interface CfnPolicyGrantPropsMixin.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.mixins.preview.services.datazone.mixins.*;
ProjectPolicyGrantPrincipalProperty projectPolicyGrantPrincipalProperty = ProjectPolicyGrantPrincipalProperty.builder()
.projectDesignation("projectDesignation")
.projectGrantFilter(ProjectGrantFilterProperty.builder()
.domainUnitFilter(DomainUnitFilterForProjectProperty.builder()
.domainUnit("domainUnit")
.includeChildDomainUnits(false)
.build())
.build())
.projectIdentifier("projectIdentifier")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnPolicyGrantPropsMixin.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
IResolvableorCfnPolicyGrantPropsMixin.ProjectGrantFilterProperty- See Also:
-
getProjectIdentifier
The project ID of the project policy grant principal.- See Also:
-
builder
@Stability(Stable) static CfnPolicyGrantPropsMixin.ProjectPolicyGrantPrincipalProperty.Builder builder()
-