Struct aws_sdk_firehose::model::RedshiftRetryOptions [−][src]
Expand description
Configures retry behavior in case Kinesis Data Firehose is unable to deliver documents to Amazon Redshift.
Fields (Non-exhaustive)
This struct is marked as non-exhaustive
Struct { .. } syntax; cannot be matched against without a wildcard ..; and struct update syntax will not work.duration_in_seconds: Option<i32>The length of time during which Kinesis Data Firehose retries delivery after a
failure, starting from the initial request and including the first attempt. The default
value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of
DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer
than the current value.
Implementations
The length of time during which Kinesis Data Firehose retries delivery after a
failure, starting from the initial request and including the first attempt. The default
value is 3600 seconds (60 minutes). Kinesis Data Firehose does not retry if the value of
DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer
than the current value.
Creates a new builder-style object to manufacture RedshiftRetryOptions
Trait Implementations
This method tests for self and other values to be equal, and is used
by ==. Read more
This method tests for !=.
Auto Trait Implementations
impl RefUnwindSafe for RedshiftRetryOptions
impl Send for RedshiftRetryOptions
impl Sync for RedshiftRetryOptions
impl Unpin for RedshiftRetryOptions
impl UnwindSafe for RedshiftRetryOptions
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