Show / Hide Table of Contents

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

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createglossarypolicygrantdetail.html

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; }
Property Value

object

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-createglossarypolicygrantdetail.html#cfn-datazone-policygrant-createglossarypolicygrantdetail-includechilddomainunits

Type union: either bool or IResolvable

Back to top Generated by DocFX