class
Amazonite::CloudWatchLogs::CreateLookupTableRequest
- Amazonite::CloudWatchLogs::CreateLookupTableRequest
- Reference
- Object
Included Modules
- JSON::Serializable
Defined in:
cloudwatch_logs/create_lookup_table_request.crConstructors
- .new(pull : JSON::PullParser)
- .new(lookup_table_name : String, description : String | Nil = nil, table_body : String | Nil = nil, query_id : String | Nil = nil, kms_key_id : String | Nil = nil, tags : Hash(String, String) | Nil = nil)
Instance Method Summary
-
#==(other : self)
Returns
trueif this reference is the same as other. -
#description : String | Nil
A description of the lookup table.
-
#description=(description : String | Nil)
A 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_name : String
The name of the lookup table.
-
#lookup_table_name=(lookup_table_name : String)
The name of the lookup table.
-
#query_id : String | Nil
The ID of a completed or cancelled CloudWatch Logs query whose results populate the lookup table.
-
#query_id=(query_id : String | Nil)
The ID of a completed or cancelled CloudWatch Logs query whose results populate the lookup table.
-
#table_body : String | Nil
The CSV content of the lookup table.
-
#table_body=(table_body : String | Nil)
The CSV content of the lookup table.
-
#tags : Hash(String, String) | Nil
A list of key-value pairs to associate with the lookup table.
-
#tags=(tags : Hash(String, String) | Nil)
A list of key-value pairs to associate with the lookup table.
- #validate! : Nil
Constructor Detail
Instance Method Detail
Returns true if this reference is the same as other. Invokes same?.
A description of the lookup table. The description can be up to 1024 characters long.
A description of the lookup table. The description can be up to 1024 characters long.
The ARN of the KMS key to use to encrypt the lookup table data. If you don't specify a key, the data is encrypted with an Amazon Web Services-owned key.
The ARN of the KMS key to use to encrypt the lookup table data. If you don't specify a key, the data is encrypted with an Amazon Web Services-owned key.
The name of the lookup table. The name must be unique within your account and Region. The name can contain only alphanumeric characters and underscores, and can be up to 256 characters long.
The name of the lookup table. The name must be unique within your account and Region. The name can contain only alphanumeric characters and underscores, and can be up to 256 characters long.
The ID of a completed or cancelled CloudWatch Logs query whose results populate the lookup table. A cancelled query populates the table 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 populate the lookup table. A cancelled query populates the table with the partial results that were available when the query was stopped.
You must specify either tableBody or queryId, but not both.
The CSV content of the lookup table. 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 CSV content of the lookup table. 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.
A list of key-value pairs to associate with the lookup table. You can associate as many as 50 tags with a lookup table. Tags can help you organize and categorize your resources.
A list of key-value pairs to associate with the lookup table. You can associate as many as 50 tags with a lookup table. Tags can help you organize and categorize your resources.