Get Lookup Table
| cloudwatchlogs_get_lookup_table | R Documentation |
Retrieves the full content of a lookup table, including the CSV data¶
Description¶
Retrieves the full content of a lookup table, including the CSV data.
Usage¶
cloudwatchlogs_get_lookup_table(lookupTableArn)
Arguments¶
lookupTableArn |
[required] The ARN of the lookup table to retrieve. |
Value¶
A list with the following syntax:
list(
lookupTableArn = "string",
lookupTableName = "string",
description = "string",
tableBody = "string",
sizeBytes = 123,
lastUpdatedTime = 123,
kmsKeyId = "string"
)
Request syntax¶
svc$get_lookup_table(
lookupTableArn = "string"
)