Show / Hide Table of Contents

Class CfnPolicyGrant.CreateGlossaryPolicyGrantDetailProperty

The details of the policy grant.

Inheritance
object
CfnPolicyGrant.CreateGlossaryPolicyGrantDetailProperty
Implements
CfnPolicyGrant.ICreateGlossaryPolicyGrantDetailProperty
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class CfnPolicyGrant.CreateGlossaryPolicyGrantDetailProperty : CfnPolicyGrant.ICreateGlossaryPolicyGrantDetailProperty
Syntax (vb)
Public Class CfnPolicyGrant.CreateGlossaryPolicyGrantDetailProperty Implements 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

Constructors

CreateGlossaryPolicyGrantDetailProperty()

The details of the policy grant.

Properties

IncludeChildDomainUnits

Specifies whether the policy grant is applied to child domain units.

Constructors

CreateGlossaryPolicyGrantDetailProperty()

The details of the policy grant.

public CreateGlossaryPolicyGrantDetailProperty()
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
             };

Properties

IncludeChildDomainUnits

Specifies whether the policy grant is applied to child domain units.

public object? IncludeChildDomainUnits { get; set; }
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

Implements

CfnPolicyGrant.ICreateGlossaryPolicyGrantDetailProperty
Back to top Generated by DocFX