Interface CfnDataSource.IFilterExpressionProperty
A filter expression in Amazon DataZone.
Namespace: Amazon.CDK.AWS.DataZone
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnDataSource.IFilterExpressionProperty
Syntax (vb)
Public Interface CfnDataSource.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.AWS.DataZone;
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; }