Skip to content

Delete Resource Explorer Setup

resourceexplorer_delete_resource_explorer_setup R Documentation

Deletes a Resource Explorer setup configuration

Description

Deletes a Resource Explorer setup configuration. This operation removes indexes and views from the specified Regions or all Regions where Resource Explorer is configured.

Usage

resourceexplorer_delete_resource_explorer_setup(RegionList,
  DeleteInAllRegions)

Arguments

RegionList

A list of Amazon Web Services Regions from which to delete the Resource Explorer configuration. If not specified, the operation uses the DeleteInAllRegions parameter to determine scope.

DeleteInAllRegions

Specifies whether to delete Resource Explorer configuration from all Regions where it is currently enabled. If this parameter is set to true, a value for RegionList must not be provided. Otherwise, the operation fails with a ValidationException error.

Value

A list with the following syntax:

list(
  TaskId = "string"
)

Request syntax

svc$delete_resource_explorer_setup(
  RegionList = list(
    "string"
  ),
  DeleteInAllRegions = TRUE|FALSE
)