Interface CfnView.SearchFilterProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnView.SearchFilterProperty.Jsii$Proxy
Enclosing class:
CfnView

@Stability(Stable) public static interface CfnView.SearchFilterProperty extends software.amazon.jsii.JsiiSerializable
A search filter defines which resources can be part of a search query result set.

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.resourceexplorer2.*;
 SearchFilterProperty searchFilterProperty = SearchFilterProperty.builder()
         .filterString("filterString")
         .build();
 

See Also: