Class: Aws::CloudWatchLogs::Types::CreateLookupTableRequest

Inherits:
Struct
  • Object
show all
Defined in:
gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb

Overview

Constant Summary collapse

SENSITIVE =
[]

Instance Attribute Summary collapse

Instance Attribute Details

#descriptionString

A description of the lookup table. The description can be up to 1024 characters long.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1160

class CreateLookupTableRequest < Struct.new(
  :lookup_table_name,
  :description,
  :table_body,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#kms_key_idString

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.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1160

class CreateLookupTableRequest < Struct.new(
  :lookup_table_name,
  :description,
  :table_body,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#lookup_table_nameString

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.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1160

class CreateLookupTableRequest < Struct.new(
  :lookup_table_name,
  :description,
  :table_body,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#table_bodyString

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.

Returns:

  • (String)


1160
1161
1162
1163
1164
1165
1166
1167
1168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1160

class CreateLookupTableRequest < Struct.new(
  :lookup_table_name,
  :description,
  :table_body,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end

#tagsHash<String,String>

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.

Returns:

  • (Hash<String,String>)


1160
1161
1162
1163
1164
1165
1166
1167
1168
# File 'gems/aws-sdk-cloudwatchlogs/lib/aws-sdk-cloudwatchlogs/types.rb', line 1160

class CreateLookupTableRequest < Struct.new(
  :lookup_table_name,
  :description,
  :table_body,
  :kms_key_id,
  :tags)
  SENSITIVE = []
  include Aws::Structure
end