Show / Hide Table of Contents

Interface CfnPolicyGrant.IProjectGrantFilterProperty

The project grant filter.

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

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

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

Synopsis

Properties

DomainUnitFilter

The domain unit filter of the project grant filter.

Properties

DomainUnitFilter

The domain unit filter of the project grant filter.

object DomainUnitFilter { get; }
Property Value

object

Remarks

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

Type union: either IResolvable or CfnPolicyGrant.IDomainUnitFilterForProjectProperty

Back to top Generated by DocFX