Skip to content

Create Resource Explorer Setup

resourceexplorer_create_resource_explorer_setup R Documentation

Creates a Resource Explorer setup configuration across multiple Amazon Web Services Regions

Description

Creates a Resource Explorer setup configuration across multiple Amazon Web Services Regions. This operation sets up indexes and views in the specified Regions. This operation can also be used to set an aggregator Region for cross-Region resource search.

Usage

resourceexplorer_create_resource_explorer_setup(RegionList,
  AggregatorRegions, ViewName)

Arguments

RegionList

[required] A list of Amazon Web Services Regions where Resource Explorer should be configured. Each Region in the list will have a user-owned index created.

AggregatorRegions

A list of Amazon Web Services Regions that should be configured as aggregator Regions. Aggregator Regions receive replicated index information from all other Regions where there is a user-owned index.

ViewName

[required] The name for the view to be created as part of the Resource Explorer setup. The view name must be unique within the Amazon Web Services account and Region.

Value

A list with the following syntax:

list(
  TaskId = "string"
)

Request syntax

svc$create_resource_explorer_setup(
  RegionList = list(
    "string"
  ),
  AggregatorRegions = list(
    "string"
  ),
  ViewName = "string"
)