Class CfnPolicyGrant.ProjectGrantFilterProperty
The project grant filter.
Implements
Inherited Members
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
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
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; }