Skip to content

Get Service Index

resourceexplorer_get_service_index R Documentation

Retrieves information about the Resource Explorer index in the current Amazon Web Services Region

Description

Retrieves information about the Resource Explorer index in the current Amazon Web Services Region. This operation returns the ARN and type of the index if one exists.

Usage

resourceexplorer_get_service_index()

Value

A list with the following syntax:

list(
  Arn = "string",
  Type = "LOCAL"|"AGGREGATOR"
)