Interface CfnDataSourcePropsMixin.IFilterExpressionProperty
A filter expression in Amazon DataZone.
Namespace: Amazon.CDK.Mixins.Preview.AWS.DataZone.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public interface CfnDataSourcePropsMixin.IFilterExpressionProperty
Syntax (vb)
Public Interface CfnDataSourcePropsMixin.IFilterExpressionProperty
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.Mixins.Preview.AWS.DataZone.Mixins;
var filterExpressionProperty = new FilterExpressionProperty {
Expression = "expression",
Type = "type"
};
Synopsis
Properties
| Expression | The search filter expression. |
| Type | The search filter explresison type. |
Properties
Expression
The search filter expression.
string? Expression { get; }
Property Value
Remarks
Type
The search filter explresison type.
string? Type { get; }