You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::Firehose::Types::RedshiftDestinationDescription
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::RedshiftDestinationDescription
- Defined in:
- (unknown)
Overview
Describes a destination in Amazon Redshift.
Returned by:
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 AWS 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.
#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. Default value is 3600 (60 minutes).
#role_arn ⇒ String
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
#s3_backup_description ⇒ Types::S3DestinationDescription
The configuration for backup in Amazon S3.
#s3_backup_mode ⇒ String
The Amazon S3 backup mode.
Possible values:
- Disabled
- Enabled
#s3_destination_description ⇒ Types::S3DestinationDescription
The Amazon S3 destination.
#username ⇒ String
The name of the user.