Skip to content

Delete Lookup Table

cloudwatchlogs_delete_lookup_table R Documentation

Deletes a lookup table permanently

Description

Deletes a lookup table permanently. This operation cannot be undone.

Queries that reference a deleted table will return an error. Before deleting a lookup table, review any saved queries or dashboards that may reference it.

Usage

cloudwatchlogs_delete_lookup_table(lookupTableArn)

Arguments

lookupTableArn

[required] The ARN of the lookup table to delete.

Value

An empty list.

Request syntax

svc$delete_lookup_table(
  lookupTableArn = "string"
)