Method: Aws::Firehose::Types::RedshiftDestinationUpdate#s3_backup_update
- Defined in:
- lib/aws-sdk-firehose/types.rb
#s3_backup_update ⇒ Types::S3DestinationUpdate
The Amazon S3 destination for backup.
4372 4373 4374 4375 4376 4377 4378 4379 4380 4381 4382 4383 4384 4385 4386 4387 |
# File 'lib/aws-sdk-firehose/types.rb', line 4372 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, :secrets_manager_configuration) SENSITIVE = [:username, :password] include Aws::Structure end |