Interface CfnPolicyGrant.ICreateGlossaryPolicyGrantDetailProperty
The details of the policy grant.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPolicyGrant.ICreateGlossaryPolicyGrantDetailProperty
Syntax (vb)
Public Interface CfnPolicyGrant.ICreateGlossaryPolicyGrantDetailProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.DataZone;
var createGlossaryPolicyGrantDetailProperty = new CreateGlossaryPolicyGrantDetailProperty {
IncludeChildDomainUnits = false
};
Synopsis
Properties
| IncludeChildDomainUnits | Specifies whether the policy grant is applied to child domain units. |
Properties
IncludeChildDomainUnits
Specifies whether the policy grant is applied to child domain units.
object? IncludeChildDomainUnits { get; }