class
Amazonite::CloudWatchLogs::UpdateLookupTableRequest
- Amazonite::CloudWatchLogs::UpdateLookupTableRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/update_lookup_table_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(lookup_table_arn : String, description : String | Nil = nil, table_body : String | Nil = nil, query_id : String | Nil = nil, kms_key_id : String | Nil = nil)
- .new(*, __pull_for_json_serializable pull : JSON::PullParser)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
An updated description of the lookup table.
-
#description=(description : String | Nil)
An updated description of the lookup table.
-
#hash(hasher)
See
Object#hash(hasher) -
#kms_key_id : String | Nil
The ARN of the KMS key to use to encrypt the lookup table data.
-
#kms_key_id=(kms_key_id : String | Nil)
The ARN of the KMS key to use to encrypt the lookup table data.
-
#lookup_table_arn : String
The ARN of the lookup table to update.
-
#lookup_table_arn=(lookup_table_arn : String)
The ARN of the lookup table to update.
-
#query_id : String | Nil
The ID of a completed or cancelled CloudWatch Logs query whose results replace the lookup table content.
-
#query_id=(query_id : String | Nil)
The ID of a completed or cancelled CloudWatch Logs query whose results replace the lookup table content.
-
#table_body : String | Nil
The new CSV content to replace the existing data.
-
#table_body=(table_body : String | Nil)
The new CSV content to replace the existing data.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
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.
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.
The ID of a completed or cancelled CloudWatch Logs query whose results replace the lookup table content. A cancelled query replaces the content with the partial results that were available when the query was stopped.
You must specify either tableBody or queryId, but not both.
The ID of a completed or cancelled CloudWatch Logs query whose results replace the lookup table content. A cancelled query replaces the content with the partial results that were available when the query was stopped.
You must specify either tableBody or queryId, but not both.
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.
You must specify either tableBody or queryId, but not both.
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.
You must specify either tableBody or queryId, but not both.