View Args
data class ViewArgs(val filters: Output<ViewSearchFilterArgs>? = null, val includedProperties: Output<List<ViewIncludedPropertyArgs>>? = null, val scope: Output<String>? = null, val tags: Output<Map<String, String>>? = null, val viewName: Output<String>? = null) : ConvertibleToJava<ViewArgs>
Definition of AWS::ResourceExplorer2::View Resource Type
Constructors
Link copied to clipboard
constructor(filters: Output<ViewSearchFilterArgs>? = null, includedProperties: Output<List<ViewIncludedPropertyArgs>>? = null, scope: Output<String>? = null, tags: Output<Map<String, String>>? = null, viewName: Output<String>? = null)
Properties
Link copied to clipboard
An array of strings that include search keywords, prefixes, and operators that filter the results that are returned for queries made using this view. When you use this view in a Search operation, the filter string is combined with the search's QueryString
parameter using a logical AND
operator. For information about the supported syntax, see Search query reference for Resource Explorer in the AWS Resource Explorer User Guide .
Link copied to clipboard
A list of fields that provide additional information about the view.