ViewArgs

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
val filters: Output<ViewSearchFilterArgs>? = null

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.

Link copied to clipboard
val scope: Output<String>? = null

The root ARN of the account, an organizational unit (OU), or an organization ARN. If left empty, the default is account.

Link copied to clipboard
val tags: Output<Map<String, String>>? = null

Tag key and value pairs that are attached to the view.

Link copied to clipboard
val viewName: Output<String>? = null

The name of the new view.

Functions

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