Struct aws_sdk_firehose::model::redshift_destination_update::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for RedshiftDestinationUpdate
Implementations
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
The database connection string.
The database connection string.
The COPY command.
The COPY command.
The name of the user.
The user password.
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
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.
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.
The data processing configuration.
The data processing configuration.
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.
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.
The Amazon S3 destination for backup.
The Amazon S3 destination for backup.
The Amazon CloudWatch logging options for your delivery stream.
The Amazon CloudWatch logging options for your delivery stream.
Consumes the builder and constructs a RedshiftDestinationUpdate
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Builder
impl UnwindSafe for Builder
Blanket Implementations
Mutably borrows from an owned value. Read more
Attaches the provided Subscriber to this type, returning a
WithDispatch wrapper. Read more
Attaches the current default Subscriber to this type, returning a
WithDispatch wrapper. Read more