DeliveryStreamRedshiftRetryOptionsArgs

data class DeliveryStreamRedshiftRetryOptionsArgs(val durationInSeconds: Output<Int>? = null) : ConvertibleToJava<DeliveryStreamRedshiftRetryOptionsArgs>

Constructors

Link copied to clipboard
constructor(durationInSeconds: Output<Int>? = null)

Properties

Link copied to clipboard
val durationInSeconds: Output<Int>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): DeliveryStreamRedshiftRetryOptionsArgs