View

class View

A view is a structure that defines a set of filters that provide a view into the information in the Amazon Web Services Resource Explorer index. The filters specify which information from the index is visible to the users of the view. For example, you can specify filters that include only resources that are tagged with the key "ENV" and the value "DEVELOPMENT" in the results returned by this view. You could also create a second view that includes only resources that are tagged with "ENV" and "PRODUCTION".

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

An array of SearchFilter objects that specify which resources can be included in the results of queries made using this view.

Link copied to clipboard

A structure that contains additional information about the view.

Link copied to clipboard

The date and time when this view was last modified.

Link copied to clipboard

The Amazon Web Services account that owns this view.

Link copied to clipboard

An Amazon resource name (ARN) of an Amazon Web Services account, an organization, or an organizational unit (OU) that specifies whether this view includes resources from only the specified Amazon Web Services account, all accounts in the specified organization, or all accounts in the specified OU.

Link copied to clipboard

Functions

Link copied to clipboard
inline fun copy(block: View.Builder.() -> Unit = {}): View
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String