ViewSearchFilterArgs

data class ViewSearchFilterArgs(val filterString: Output<String>) : ConvertibleToJava<ViewSearchFilterArgs>

Constructors

Link copied to clipboard
constructor(filterString: Output<String>)

Properties

Link copied to clipboard
val filterString: Output<String>

The string that contains the search keywords, prefixes, and operators to control the results that can be returned by a Search operation. For information about the supported syntax, see Search query reference in the AWS Resource Explorer User Guide .

Functions

Link copied to clipboard
open override fun toJava(): ViewSearchFilterArgs