Values.CreateLookupTableResponseSourceCreates a lookup table by uploading CSV data. You can use lookup tables to enrich log data in CloudWatch Logs Insights queries with reference data such as user details, application names, or error descriptions. The table name must be unique within your account and Region. The CSV content must include a header row with column names, use UTF-8 encoding, and not exceed 10 MB.
type nonrec t = {lookupTableArn : Arn.t option;The ARN of the lookup table that was created.
*)createdAt : Timestamp.t option;The time when the lookup table was created, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
*)}type nonrec error = [ | `AccessDeniedException of AccessDeniedException.t| `InvalidParameterException of InvalidParameterException.t| `LimitExceededException of LimitExceededException.t| `ResourceAlreadyExistsException of ResourceAlreadyExistsException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `AccessDeniedException of unit
| `InvalidParameterException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `AccessDeniedException of unit
| `InvalidParameterException of unit
| `LimitExceededException of unit
| `ResourceAlreadyExistsException of unit
| `ServiceUnavailableException of unit
| `Unknown_operation_error of string * string option
| `ValidationException of unit ]val to_value :
t ->
[> `Structure of (string * [> `Long of Timestamp.t | `String of Arn.t ]) list ]