#[non_exhaustive]pub struct RedshiftDestinationProperties { /* private fields */ }
Expand description
The properties that are applied when Amazon Redshift is being used as a destination.
Implementations
sourceimpl RedshiftDestinationProperties
impl RedshiftDestinationProperties
sourcepub fn object(&self) -> Option<&str>
pub fn object(&self) -> Option<&str>
The object specified in the Amazon Redshift flow destination.
sourcepub fn intermediate_bucket_name(&self) -> Option<&str>
pub fn intermediate_bucket_name(&self) -> Option<&str>
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.
sourcepub fn bucket_prefix(&self) -> Option<&str>
pub fn bucket_prefix(&self) -> Option<&str>
The object key for the bucket in which Amazon AppFlow places the destination files.
sourcepub fn error_handling_config(&self) -> Option<&ErrorHandlingConfig>
pub fn error_handling_config(&self) -> Option<&ErrorHandlingConfig>
The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift destination. For example, this setting would determine if the flow should fail after one insertion error, or continue and attempt to insert every record regardless of the initial failure. ErrorHandlingConfig
is a part of the destination connector details.
sourceimpl RedshiftDestinationProperties
impl RedshiftDestinationProperties
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture RedshiftDestinationProperties
.
Trait Implementations
sourceimpl Clone for RedshiftDestinationProperties
impl Clone for RedshiftDestinationProperties
sourcefn clone(&self) -> RedshiftDestinationProperties
fn clone(&self) -> RedshiftDestinationProperties
1.0.0 · sourcefn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read more