AWS::KinesisFirehose::DeliveryStream RedshiftRetryOptions - AWS CloudFormation
Services or capabilities described in AWS documentation might vary by Region. To see the differences applicable to the AWS European Sovereign Cloud Region, see the AWS European Sovereign Cloud User Guide.

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::KinesisFirehose::DeliveryStream RedshiftRetryOptions

Configures retry behavior in case Firehose is unable to deliver documents to Amazon Redshift.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "DurationInSeconds" : Integer }

YAML

DurationInSeconds: Integer

Properties

DurationInSeconds

The length of time during which Firehose retries delivery after a failure, starting from the initial request and including the first attempt. The default value is 3600 seconds (60 minutes). Firehose does not retry if the value of DurationInSeconds is 0 (zero) or if the first delivery attempt takes longer than the current value.

Required: No

Type: Integer

Minimum: 0

Maximum: 7200

Update requires: No interruption