[−][src]Struct rusoto_firehose::RedshiftDestinationUpdate
Describes an update for a destination in Amazon Redshift.
Fields
cloud_watch_logging_options: Option<CloudWatchLoggingOptions>
The Amazon CloudWatch logging options for your delivery stream.
cluster_jdbcurl: Option<String>
The database connection string.
copy_command: Option<CopyCommand>
The COPY
command.
password: Option<String>
The user password.
processing_configuration: Option<ProcessingConfiguration>
The data processing configuration.
retry_options: Option<RedshiftRetryOptions>
The retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift. Default value is 3600 (60 minutes).
role_arn: Option<String>
The Amazon Resource Name (ARN) of the AWS credentials. For more information, see Amazon Resource Names (ARNs) and AWS Service Namespaces.
s3_backup_mode: Option<String>
The Amazon S3 backup mode.
s3_backup_update: Option<S3DestinationUpdate>
The Amazon S3 destination for backup.
s3_update: Option<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.
username: Option<String>
The name of the user.
Trait Implementations
impl PartialEq<RedshiftDestinationUpdate> for RedshiftDestinationUpdate
[src]
fn eq(&self, other: &RedshiftDestinationUpdate) -> bool
[src]
fn ne(&self, other: &RedshiftDestinationUpdate) -> bool
[src]
impl Default for RedshiftDestinationUpdate
[src]
impl Clone for RedshiftDestinationUpdate
[src]
fn clone(&self) -> RedshiftDestinationUpdate
[src]
fn clone_from(&mut self, source: &Self)
1.0.0[src]
Performs copy-assignment from source
. Read more
impl Debug for RedshiftDestinationUpdate
[src]
impl Serialize for RedshiftDestinationUpdate
[src]
Auto Trait Implementations
impl Send for RedshiftDestinationUpdate
impl Sync for RedshiftDestinationUpdate
Blanket Implementations
impl<T> From for T
[src]
impl<T, U> Into for T where
U: From<T>,
[src]
U: From<T>,
impl<T> ToOwned for T where
T: Clone,
[src]
T: Clone,
impl<T, U> TryFrom for T where
T: From<U>,
[src]
T: From<U>,
type Error = !
try_from
)The type returned in the event of a conversion error.
fn try_from(value: U) -> Result<T, <T as TryFrom<U>>::Error>
[src]
impl<T> Borrow for T where
T: ?Sized,
[src]
T: ?Sized,
impl<T> BorrowMut for T where
T: ?Sized,
[src]
T: ?Sized,
fn borrow_mut(&mut self) -> &mut T
[src]
impl<T, U> TryInto for T where
U: TryFrom<T>,
[src]
U: TryFrom<T>,
type Error = <U as TryFrom<T>>::Error
try_from
)The type returned in the event of a conversion error.
fn try_into(self) -> Result<U, <U as TryFrom<T>>::Error>
[src]
impl<T> Any for T where
T: 'static + ?Sized,
[src]
T: 'static + ?Sized,
fn get_type_id(&self) -> TypeId
[src]
impl<T> Erased for T
impl<T> Same for T
type Output = T
Should always be Self