interface ProjectGrantFilterProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnPolicyGrant.ProjectGrantFilterProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnPolicyGrant_ProjectGrantFilterProperty |
![]() | software.amazon.awscdk.services.datazone.CfnPolicyGrant.ProjectGrantFilterProperty |
![]() | aws_cdk.aws_datazone.CfnPolicyGrant.ProjectGrantFilterProperty |
![]() | aws-cdk-lib » aws_datazone » CfnPolicyGrant » ProjectGrantFilterProperty |
The project grant filter.
Example
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_datazone as datazone } from 'aws-cdk-lib';
const projectGrantFilterProperty: datazone.CfnPolicyGrant.ProjectGrantFilterProperty = {
domainUnitFilter: {
domainUnit: 'domainUnit',
// the properties below are optional
includeChildDomainUnits: false,
},
};
Properties
Name | Type | Description |
---|---|---|
domain | IResolvable | Domain | The domain unit filter of the project grant filter. |
domainUnitFilter
Type:
IResolvable
|
Domain
The domain unit filter of the project grant filter.