interface DomainUnitFilterForProjectProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnPolicyGrant.DomainUnitFilterForProjectProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnPolicyGrant_DomainUnitFilterForProjectProperty |
![]() | software.amazon.awscdk.services.datazone.CfnPolicyGrant.DomainUnitFilterForProjectProperty |
![]() | aws_cdk.aws_datazone.CfnPolicyGrant.DomainUnitFilterForProjectProperty |
![]() | aws-cdk-lib » aws_datazone » CfnPolicyGrant » DomainUnitFilterForProjectProperty |
The domain unit filter of 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 domainUnitFilterForProjectProperty: datazone.CfnPolicyGrant.DomainUnitFilterForProjectProperty = {
domainUnit: 'domainUnit',
// the properties below are optional
includeChildDomainUnits: false,
};
Properties
Name | Type | Description |
---|---|---|
domain | string | The domain unit ID to use in the filter. |
include | boolean | IResolvable | Specifies whether to include child domain units. |
domainUnit
Type:
string
The domain unit ID to use in the filter.
includeChildDomainUnits?
Type:
boolean |
IResolvable
(optional, default: false)
Specifies whether to include child domain units.