Show / Hide Table of Contents

Class CfnPolicyGrant.ProjectGrantFilterProperty

The project grant filter.

Inheritance
object
CfnPolicyGrant.ProjectGrantFilterProperty
Implements
CfnPolicyGrant.IProjectGrantFilterProperty
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.ProjectGrantFilterProperty : CfnPolicyGrant.IProjectGrantFilterProperty
Syntax (vb)
Public Class CfnPolicyGrant.ProjectGrantFilterProperty Implements 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

Constructors

ProjectGrantFilterProperty()

The project grant filter.

Properties

DomainUnitFilter

The domain unit filter of the project grant filter.

Constructors

ProjectGrantFilterProperty()

The project grant filter.

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

Properties

DomainUnitFilter

The domain unit filter of the project grant filter.

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

Implements

CfnPolicyGrant.IProjectGrantFilterProperty
Back to top Generated by DocFX