
com.pulumi.awsnative.kinesisfirehose.kotlin.outputs.DeliveryStreamSplunkRetryOptions.kt Maven / Gradle / Ivy
@file:Suppress("NAME_SHADOWING", "DEPRECATION")
package com.pulumi.awsnative.kinesisfirehose.kotlin.outputs
import kotlin.Int
import kotlin.Suppress
/**
*
* @property durationInSeconds The total amount of time that Firehose spends on retries. This duration starts after the initial attempt to send data to Splunk fails. It doesn't include the periods during which Firehose waits for acknowledgment from Splunk after each attempt.
*/
public data class DeliveryStreamSplunkRetryOptions(
public val durationInSeconds: Int? = null,
) {
public companion object {
public fun toKotlin(javaType: com.pulumi.awsnative.kinesisfirehose.outputs.DeliveryStreamSplunkRetryOptions): DeliveryStreamSplunkRetryOptions = DeliveryStreamSplunkRetryOptions(
durationInSeconds = javaType.durationInSeconds().map({ args0 -> args0 }).orElse(null),
)
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy