Interface CfnDataSource.FilterExpressionProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnDataSource.FilterExpressionProperty.Jsii$Proxy
- Enclosing class:
CfnDataSource
@Stability(Stable)
public static interface CfnDataSource.FilterExpressionProperty
extends software.amazon.jsii.JsiiSerializable
A filter expression in Amazon DataZone.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.datazone.*;
FilterExpressionProperty filterExpressionProperty = FilterExpressionProperty.builder()
.expression("expression")
.type("type")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnDataSource.FilterExpressionPropertystatic final classAn implementation forCfnDataSource.FilterExpressionProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getExpression
The search filter expression.- See Also:
-
getType
The search filter explresison type.- See Also:
-
builder
-