interface AddToProjectMemberPoolPolicyGrantDetailProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.aws_datazone.CfnPolicyGrant.AddToProjectMemberPoolPolicyGrantDetailProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdatazone#CfnPolicyGrant_AddToProjectMemberPoolPolicyGrantDetailProperty |
![]() | software.amazon.awscdk.services.datazone.CfnPolicyGrant.AddToProjectMemberPoolPolicyGrantDetailProperty |
![]() | aws_cdk.aws_datazone.CfnPolicyGrant.AddToProjectMemberPoolPolicyGrantDetailProperty |
![]() | aws-cdk-lib » aws_datazone » CfnPolicyGrant » AddToProjectMemberPoolPolicyGrantDetailProperty |
The details of the policy grant.
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 addToProjectMemberPoolPolicyGrantDetailProperty: datazone.CfnPolicyGrant.AddToProjectMemberPoolPolicyGrantDetailProperty = {
includeChildDomainUnits: false,
};
Properties
Name | Type | Description |
---|---|---|
include | boolean | IResolvable | Specifies whether the policy grant is applied to child domain units. |
includeChildDomainUnits?
Type:
boolean |
IResolvable
(optional)
Specifies whether the policy grant is applied to child domain units.