Class: Aws::Glue::Types::ColumnStatisticsTaskSettings
- Inherits:
-
Struct
- Object
- Struct
- Aws::Glue::Types::ColumnStatisticsTaskSettings
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
The settings for a column statistics task.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
-
#column_name_list ⇒ Array<String>
A list of column names for which to run statistics.
-
#database_name ⇒ String
The name of the database where the table resides.
-
#role ⇒ String
The role used for running the column statistics.
-
#sample_size ⇒ Float
The percentage of data to sample.
-
#schedule ⇒ Types::Schedule
A schedule for running the column statistics, specified in CRON syntax.
-
#security_configuration ⇒ String
Name of the security configuration that is used to encrypt CloudWatch logs.
-
#table_name ⇒ String
The name of the table for which to generate column statistics.
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 |
# File 'lib/aws-sdk-glue/types.rb', line 3032 class ColumnStatisticsTaskSettings < Struct.new( :database_name, :table_name, :schedule, :column_name_list, :catalog_id, :role, :sample_size, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#column_name_list ⇒ Array<String>
A list of column names for which to run statistics.
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 |
# File 'lib/aws-sdk-glue/types.rb', line 3032 class ColumnStatisticsTaskSettings < Struct.new( :database_name, :table_name, :schedule, :column_name_list, :catalog_id, :role, :sample_size, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#database_name ⇒ String
The name of the database where the table resides.
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 |
# File 'lib/aws-sdk-glue/types.rb', line 3032 class ColumnStatisticsTaskSettings < Struct.new( :database_name, :table_name, :schedule, :column_name_list, :catalog_id, :role, :sample_size, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#role ⇒ String
The role used for running the column statistics.
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 |
# File 'lib/aws-sdk-glue/types.rb', line 3032 class ColumnStatisticsTaskSettings < Struct.new( :database_name, :table_name, :schedule, :column_name_list, :catalog_id, :role, :sample_size, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#sample_size ⇒ Float
The percentage of data to sample.
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 |
# File 'lib/aws-sdk-glue/types.rb', line 3032 class ColumnStatisticsTaskSettings < Struct.new( :database_name, :table_name, :schedule, :column_name_list, :catalog_id, :role, :sample_size, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#schedule ⇒ Types::Schedule
A schedule for running the column statistics, specified in CRON syntax.
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 |
# File 'lib/aws-sdk-glue/types.rb', line 3032 class ColumnStatisticsTaskSettings < Struct.new( :database_name, :table_name, :schedule, :column_name_list, :catalog_id, :role, :sample_size, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#security_configuration ⇒ String
Name of the security configuration that is used to encrypt CloudWatch logs.
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 |
# File 'lib/aws-sdk-glue/types.rb', line 3032 class ColumnStatisticsTaskSettings < Struct.new( :database_name, :table_name, :schedule, :column_name_list, :catalog_id, :role, :sample_size, :security_configuration) SENSITIVE = [] include Aws::Structure end |
#table_name ⇒ String
The name of the table for which to generate column statistics.
3032 3033 3034 3035 3036 3037 3038 3039 3040 3041 3042 3043 |
# File 'lib/aws-sdk-glue/types.rb', line 3032 class ColumnStatisticsTaskSettings < Struct.new( :database_name, :table_name, :schedule, :column_name_list, :catalog_id, :role, :sample_size, :security_configuration) SENSITIVE = [] include Aws::Structure end |