AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Updates an existing lookup table by replacing all of its content with new CSV data or CloudWatch Logs query results. After the update completes, queries that use this table use the new data.
This is a full replacement operation. All existing content is replaced. You must specify
either tableBody or queryId, but not both.
For .NET Core this operation is only available in asynchronous form. Please refer to UpdateLookupTableAsync.
Namespace: Amazon.CloudWatchLogs
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z
public virtual UpdateLookupTableResponse UpdateLookupTable( UpdateLookupTableRequest request )
Container for the necessary parameters to execute the UpdateLookupTable service method.
| Exception | Condition |
|---|---|
| AccessDeniedException | You don't have sufficient permissions to perform this action. |
| InvalidParameterException | A parameter is specified incorrectly. |
| ResourceNotFoundException | The specified resource does not exist. |
| ServiceUnavailableException | The service cannot complete the request. |
| ValidationException | One of the parameters for the request is not valid. |
.NET Framework:
Supported in: 4.7.2 and newer