Class: Aws::Firehose::Types::RedshiftDestinationUpdate
- Inherits:
-
Struct
- Object
- Struct
- Aws::Firehose::Types::RedshiftDestinationUpdate
- Defined in:
- gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb
Overview
Describes an update for a destination in Amazon Redshift.
Constant Summary collapse
- SENSITIVE =
[:username, :password]
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. -
#password ⇒ String
The user password.
-
#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_mode ⇒ String
You can update a delivery stream to enable Amazon S3 backup if it is disabled.
-
#s3_backup_update ⇒ Types::S3DestinationUpdate
The Amazon S3 destination for backup.
-
#s3_update ⇒ Types::S3DestinationUpdate
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.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |
#cluster_jdbc_url ⇒ String
The database connection string.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |
#copy_command ⇒ Types::CopyCommand
The COPY
command.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |
#password ⇒ String
The user password.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |
#processing_configuration ⇒ Types::ProcessingConfiguration
The data processing configuration.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] 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).
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] 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.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |
#s3_backup_mode ⇒ String
You can update a delivery stream to enable Amazon S3 backup if it is disabled. If backup is enabled, you can't update the delivery stream to disable it.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |
#s3_backup_update ⇒ Types::S3DestinationUpdate
The Amazon S3 destination for backup.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |
#s3_update ⇒ Types::S3DestinationUpdate
The Amazon S3 destination.
The compression formats SNAPPY
or ZIP
cannot be specified in
RedshiftDestinationUpdate.S3Update
because the Amazon Redshift
COPY
operation that reads from the S3 bucket doesn't support
these compression formats.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |
#username ⇒ String
The name of the user.
3216 3217 3218 3219 3220 3221 3222 3223 3224 3225 3226 3227 3228 3229 3230 |
# File 'gems/aws-sdk-firehose/lib/aws-sdk-firehose/types.rb', line 3216 class RedshiftDestinationUpdate < Struct.new( :role_arn, :cluster_jdbc_url, :copy_command, :username, :password, :retry_options, :s3_update, :processing_configuration, :s3_backup_mode, :s3_backup_update, :cloud_watch_logging_options) SENSITIVE = [:username, :password] include Aws::Structure end |