Class: Aws::Firehose::Types::RedshiftDestinationDescription

Inherits:
Struct
  • Object
show all
Includes:
Structure
Defined in:
lib/aws-sdk-firehose/types.rb

Overview

Describes a destination in Amazon Redshift.

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

The Amazon CloudWatch logging options for your delivery stream.



2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#cluster_jdbc_urlString

The database connection string.

Returns:

  • (String)


2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#copy_commandTypes::CopyCommand

The ‘COPY` command.

Returns:



2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#processing_configurationTypes::ProcessingConfiguration

The data processing configuration.



2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#retry_optionsTypes::RedshiftRetryOptions

The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).



2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#role_arnString

The Amazon Resource Name (ARN) of the AWS credentials. For more information, see [Amazon Resource Names (ARNs) and AWS Service Namespaces].

[1]: docs.aws.amazon.com/general/latest/gr/aws-arns-and-namespaces.html

Returns:

  • (String)


2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#s3_backup_descriptionTypes::S3DestinationDescription

The configuration for backup in Amazon S3.



2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#s3_backup_modeString

The Amazon S3 backup mode.

Returns:

  • (String)


2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#s3_destination_descriptionTypes::S3DestinationDescription

The Amazon S3 destination.



2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end

#usernameString

The name of the user.

Returns:

  • (String)


2897
2898
2899
2900
2901
2902
2903
2904
2905
2906
2907
2908
2909
# File 'lib/aws-sdk-firehose/types.rb', line 2897

class RedshiftDestinationDescription < Struct.new(
  :role_arn,
  :cluster_jdbc_url,
  :copy_command,
  :username,
  :retry_options,
  :s3_destination_description,
  :processing_configuration,
  :s3_backup_mode,
  :s3_backup_description,
  :cloud_watch_logging_options)
  include Aws::Structure
end