Class: Aws::SageMaker::Types::RedshiftDatasetDefinition
- Inherits:
 - 
      Struct
      
        
- Object
 - Struct
 - Aws::SageMaker::Types::RedshiftDatasetDefinition
 
 
- Includes:
 - Aws::Structure
 
- Defined in:
 - lib/aws-sdk-sagemaker/types.rb
 
Overview
Configuration for Redshift Dataset Definition input.
Constant Summary collapse
- SENSITIVE =
 []
Instance Attribute Summary collapse
- 
  
    
      #cluster_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Redshift cluster Identifier.
 - 
  
    
      #cluster_role_arn  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
 - 
  
    
      #database  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The name of the Redshift database used in Redshift query execution.
 - 
  
    
      #db_user  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The database user name used in Redshift query execution.
 - 
  
    
      #kms_key_id  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
 - 
  
    
      #output_compression  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The compression used for Redshift query results.
 - 
  
    
      #output_format  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The data storage format for Redshift query results.
 - 
  
    
      #output_s3_uri  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The location in Amazon S3 where the Redshift query results are stored.
 - 
  
    
      #query_string  ⇒ String 
    
    
  
  
  
  
    
    
  
  
  
  
  
  
    
The SQL query statements to be executed.
 
Instance Attribute Details
#cluster_id ⇒ String
The Redshift cluster Identifier.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  | 
  
#cluster_role_arn ⇒ String
The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  | 
  
#database ⇒ String
The name of the Redshift database used in Redshift query execution.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  | 
  
#db_user ⇒ String
The database user name used in Redshift query execution.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  | 
  
#kms_key_id ⇒ String
The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  | 
  
#output_compression ⇒ String
The compression used for Redshift query results.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  | 
  
#output_format ⇒ String
The data storage format for Redshift query results.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  | 
  
#output_s3_uri ⇒ String
The location in Amazon S3 where the Redshift query results are stored.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  | 
  
#query_string ⇒ String
The SQL query statements to be executed.
      40798 40799 40800 40801 40802 40803 40804 40805 40806 40807 40808 40809 40810  | 
    
      # File 'lib/aws-sdk-sagemaker/types.rb', line 40798 class RedshiftDatasetDefinition < Struct.new( :cluster_id, :database, :db_user, :query_string, :cluster_role_arn, :output_s3_uri, :kms_key_id, :output_format, :output_compression) SENSITIVE = [] include Aws::Structure end  |