Show / Hide Table of Contents

Interface CfnPolicyGrant.IDomainUnitFilterForProjectProperty

The domain unit filter of the project grant filter.

Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnPolicyGrant.IDomainUnitFilterForProjectProperty
Syntax (vb)
Public Interface CfnPolicyGrant.IDomainUnitFilterForProjectProperty
Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-datazone-policygrant-domainunitfilterforproject.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 domainUnitFilterForProjectProperty = new DomainUnitFilterForProjectProperty {
                 DomainUnit = "domainUnit",

                 // the properties below are optional
                 IncludeChildDomainUnits = false
             };

Synopsis

Properties

DomainUnit

The domain unit ID to use in the filter.

IncludeChildDomainUnits

Specifies whether to include child domain units.

Properties

DomainUnit

The domain unit ID to use in the filter.

string DomainUnit { get; }
Property Value

string

Remarks

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

IncludeChildDomainUnits

Specifies whether to include child domain units.

object? IncludeChildDomainUnits { get; }
Property Value

object

Remarks

Default: - false

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

Type union: either bool or IResolvable

Back to top Generated by DocFX