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
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
Remarks
IncludeChildDomainUnits
Specifies whether to include child domain units.
object? IncludeChildDomainUnits { get; }