Select your cookie preferences

We use essential cookies and similar tools that are necessary to provide our site and services. We use performance cookies to collect anonymous statistics, so we can understand how customers use our site and make improvements. Essential cookies cannot be deactivated, but you can choose “Customize” or “Decline” to decline performance cookies.

If you agree, AWS and approved third parties will also use cookies to provide useful site features, remember your preferences, and display relevant content, including relevant advertising. To accept or decline all non-essential cookies, choose “Accept” or “Decline.” To make more detailed choices, choose “Customize.”

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

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

Overview

Describes a destination in Amazon Redshift.

Constant Summary collapse

SENSITIVE =
[:username]

Instance Attribute Summary collapse

Instance Attribute Details

#cloud_watch_logging_optionsTypes::CloudWatchLoggingOptions

The Amazon CloudWatch logging options for your Firehose stream.


4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#cluster_jdbc_urlString

The database connection string.

Returns:

  • (String)

4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#copy_commandTypes::CopyCommand

The COPY command.

Returns:


4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#processing_configurationTypes::ProcessingConfiguration

The data processing configuration.


4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#retry_optionsTypes::RedshiftRetryOptions

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


4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#role_arnString

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

Returns:

  • (String)

4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#s3_backup_descriptionTypes::S3DestinationDescription

The configuration for backup in Amazon S3.


4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#s3_backup_modeString

The Amazon S3 backup mode.

Returns:

  • (String)

4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#s3_destination_descriptionTypes::S3DestinationDescription

The Amazon S3 destination.


4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#secrets_manager_configurationTypes::SecretsManagerConfiguration

The configuration that defines how you access secrets for Amazon Redshift.


4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end

#usernameString

The name of the user.

Returns:

  • (String)

4289
4290
4291
4292
4293
4294
4295
4296
4297
4298
4299
4300
4301
4302
4303
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 4289

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,
  :secrets_manager_configuration)
  SENSITIVE = [:username]
  include Aws::Structure
end