Interface CfnDeliveryStream.RedshiftRetryOptionsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnDeliveryStream.RedshiftRetryOptionsProperty.Jsii$Proxy
Enclosing class:
CfnDeliveryStream

@Stability(Stable) public static interface CfnDeliveryStream.RedshiftRetryOptionsProperty extends software.amazon.jsii.JsiiSerializable
Configures retry behavior in case Firehose is unable to deliver documents to Amazon Redshift.

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();
 

See Also: