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
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; }