@Stability(value=Stable)
public static interface CfnDeliveryStream.RedshiftRetryOptionsProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.kinesisfirehose.*;
RedshiftRetryOptionsProperty redshiftRetryOptionsProperty = RedshiftRetryOptionsProperty.builder()
.durationInSeconds(123)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnDeliveryStream.RedshiftRetryOptionsProperty.Builder
A builder for
CfnDeliveryStream.RedshiftRetryOptionsProperty |
static class |
CfnDeliveryStream.RedshiftRetryOptionsProperty.Jsii$Proxy
An implementation for
CfnDeliveryStream.RedshiftRetryOptionsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnDeliveryStream.RedshiftRetryOptionsProperty.Builder |
builder() |
default Number |
getDurationInSeconds()
The length of time during which Kinesis Data Firehose retries delivery after a failure, starting from the initial request and including the first attempt.
|
@Stability(value=Stable) @Nullable default Number getDurationInSeconds()
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.
@Stability(value=Stable) static CfnDeliveryStream.RedshiftRetryOptionsProperty.Builder builder()
Copyright © 2022. All rights reserved.