Class: Aws::Firehose::Types::RedshiftDestinationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::RedshiftDestinationDescription
- 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
-
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
The Amazon CloudWatch logging options for your delivery stream.
-
#cluster_jdbc_url ⇒ String
The database connection string.
-
#copy_command ⇒ Types::CopyCommand
The
COPY
command. -
#processing_configuration ⇒ Types::ProcessingConfiguration
The data processing configuration.
-
#retry_options ⇒ Types::RedshiftRetryOptions
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
-
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the Amazon Web Services credentials.
-
#s3_backup_description ⇒ Types::S3DestinationDescription
The configuration for backup in Amazon S3.
-
#s3_backup_mode ⇒ String
The Amazon S3 backup mode.
-
#s3_destination_description ⇒ Types::S3DestinationDescription
The Amazon S3 destination.
-
#username ⇒ String
The name of the user.
Instance Attribute Details
#cloud_watch_logging_options ⇒ Types::CloudWatchLoggingOptions
The Amazon CloudWatch logging options for your delivery stream.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#cluster_jdbc_url ⇒ String
The database connection string.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#copy_command ⇒ Types::CopyCommand
The COPY
command.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#processing_configuration ⇒ Types::ProcessingConfiguration
The data processing configuration.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#retry_options ⇒ Types::RedshiftRetryOptions
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#role_arn ⇒ String
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.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#s3_backup_description ⇒ Types::S3DestinationDescription
The configuration for backup in Amazon S3.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#s3_backup_mode ⇒ String
The Amazon S3 backup mode.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#s3_destination_description ⇒ Types::S3DestinationDescription
The Amazon S3 destination.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |
#username ⇒ String
The name of the user.
3295 3296 3297 3298 3299 3300 3301 3302 3303 3304 3305 3306 3307 3308 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3295 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) SENSITIVE = [:username] include Aws::Structure end |