Skip to content

Associate Default View

resourceexplorer_associate_default_view R Documentation

Sets the specified view as the default for the Amazon Web Services Region in which you call this operation

Description

Sets the specified view as the default for the Amazon Web Services Region in which you call this operation. When a user performs a search that doesn't explicitly specify which view to use, then Amazon Web Services Resource Explorer automatically chooses this default view for searches performed in this Amazon Web Services Region.

If an Amazon Web Services Region doesn't have a default view configured, then users must explicitly specify a view with every search operation performed in that Region.

Usage

resourceexplorer_associate_default_view(ViewArn)

Arguments

ViewArn

[required] The Amazon resource name (ARN) of the view to set as the default for the Amazon Web Services Region and Amazon Web Services account in which you call this operation. The specified view must already exist in the called Region.

Value

A list with the following syntax:

list(
  ViewArn = "string"
)

Request syntax

svc$associate_default_view(
  ViewArn = "string"
)