AWS SDK Version 4 for .NET
API Reference

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.

Container for the parameters to the UpdateLookupTable operation. Updates an existing lookup table by replacing all of its CSV content. After the update completes, queries that use this table will use the new data.

This is a full replacement operation. All existing content is replaced with the new CSV data.

Inheritance Hierarchy

System.Object
  Amazon.Runtime.AmazonWebServiceRequest
    Amazon.CloudWatchLogs.AmazonCloudWatchLogsRequest
      Amazon.CloudWatchLogs.Model.UpdateLookupTableRequest

Namespace: Amazon.CloudWatchLogs.Model
Assembly: AWSSDK.CloudWatchLogs.dll
Version: 3.x.y.z

Syntax

C#
public class UpdateLookupTableRequest : AmazonCloudWatchLogsRequest
         IAmazonWebServiceRequest

The UpdateLookupTableRequest type exposes the following members

Constructors

NameDescription
Public Method UpdateLookupTableRequest()

Properties

NameTypeDescription
Public Property Description System.String

Gets and sets the property Description.

An updated description of the lookup table.

Public Property KmsKeyId System.String

Gets and sets the property KmsKeyId.

The ARN of the KMS key to use to encrypt the lookup table data. You can use this parameter to add, update, or remove the KMS key. To remove the KMS key and use an Amazon Web Services-owned key instead, specify an empty string.

Public Property LookupTableArn System.String

Gets and sets the property LookupTableArn.

The ARN of the lookup table to update.

Public Property TableBody System.String

Gets and sets the property TableBody.

The new CSV content to replace the existing data. The first row must be a header row with column names. The content must use UTF-8 encoding and not exceed 10 MB.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer