Struct aws_sdk_firehose::model::redshift_destination_description::Builder [−][src]
#[non_exhaustive]pub struct Builder { /* fields omitted */ }Expand description
A builder for RedshiftDestinationDescription
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 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 Amazon S3 destination.
The data processing configuration.
The data processing configuration.
The Amazon S3 backup mode.
The Amazon S3 backup mode.
The configuration for backup in Amazon S3.
The configuration for backup in Amazon S3.
The Amazon CloudWatch logging options for your delivery stream.
The Amazon CloudWatch logging options for your delivery stream.
Consumes the builder and constructs a RedshiftDestinationDescription
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