CreateViewRequest

Types

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

Properties

Link copied to clipboard

This value helps ensure idempotency. Resource Explorer uses this value to prevent the accidental creation of duplicate versions. We recommend that you generate a UUID-type value to ensure the uniqueness of your views.

Link copied to clipboard

An array of strings that specify which resources are included in the results of 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.

Link copied to clipboard

Specifies optional fields that you want included in search results from this view. It is a list of objects that each describe a field to include.

Link copied to clipboard

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

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

Link copied to clipboard

The name of the new view. This name appears in the list of views in Resource Explorer.

Functions

Link copied to clipboard
inline fun copy(block: CreateViewRequest.Builder.() -> Unit = {}): CreateViewRequest
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