Skip to content

Get Index

resourceexplorer_get_index R Documentation

Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation

Description

Retrieves details about the Amazon Web Services Resource Explorer index in the Amazon Web Services Region in which you invoked the operation.

Usage

resourceexplorer_get_index()

Value

A list with the following syntax:

list(
  Arn = "string",
  CreatedAt = as.POSIXct(
    "2015-01-01"
  ),
  LastUpdatedAt = as.POSIXct(
    "2015-01-01"
  ),
  ReplicatingFrom = list(
    "string"
  ),
  ReplicatingTo = list(
    "string"
  ),
  State = "CREATING"|"ACTIVE"|"DELETING"|"DELETED"|"UPDATING",
  Tags = list(
    "string"
  ),
  Type = "LOCAL"|"AGGREGATOR"
)