Class: Aws::Glue::Types::CreateColumnStatisticsTaskSettingsRequest
- Inherits:
- 
      Struct
      
        - Object
- Struct
- Aws::Glue::Types::CreateColumnStatisticsTaskSettingsRequest
 
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-glue/types.rb
Overview
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  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    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. 
- 
  
    
      #tags  ⇒ Hash<String,String> 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    A map of tags. 
Instance Attribute Details
#catalog_id ⇒ String
The ID of the Data Catalog in which the database resides.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#column_name_list ⇒ Array<String>
A list of column names for which to run statistics.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#database_name ⇒ String
The name of the database where the table resides.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#role ⇒ String
The role used for running the column statistics.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#sample_size ⇒ Float
The percentage of data to sample.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#schedule ⇒ String
A schedule for running the column statistics, specified in CRON syntax.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#security_configuration ⇒ String
Name of the security configuration that is used to encrypt CloudWatch logs.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#table_name ⇒ String
The name of the table for which to generate column statistics.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end | 
#tags ⇒ Hash<String,String>
A map of tags.
| 4926 4927 4928 4929 4930 4931 4932 4933 4934 4935 4936 4937 4938 | # File 'lib/aws-sdk-glue/types.rb', line 4926 class CreateColumnStatisticsTaskSettingsRequest < Struct.new( :database_name, :table_name, :role, :schedule, :column_name_list, :sample_size, :catalog_id, :security_configuration, :tags) SENSITIVE = [] include Aws::Structure end |