Skip to content

Get Default View

resourceexplorer_get_default_view R Documentation

Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation

Description

Retrieves the Amazon Resource Name (ARN) of the view that is the default for the Amazon Web Services Region in which you call this operation. You can then call get_view to retrieve the details of that view.

Usage

resourceexplorer_get_default_view()

Value

A list with the following syntax:

list(
  ViewArn = "string"
)