tcpRetryEvents

@JvmName(name = "whglnqkcxxgaehpy")
suspend fun tcpRetryEvents(value: Output<List<String>>)
@JvmName(name = "obdfuktpgpklncmc")
suspend fun tcpRetryEvents(value: List<String>?)

Parameters

value

List of TCP retry events. The only valid value is connection-error. You must specify at least one value for http_retry_events, or at least one value for tcp_retry_events.


@JvmName(name = "phcxlirpkwanpmlc")
suspend fun tcpRetryEvents(vararg values: Output<String>)


@JvmName(name = "psthhgdufvmyqvci")
suspend fun tcpRetryEvents(values: List<Output<String>>)
@JvmName(name = "vygaapqgtelrsnsn")
suspend fun tcpRetryEvents(vararg values: String)

Parameters

values

List of TCP retry events. The only valid value is connection-error. You must specify at least one value for http_retry_events, or at least one value for tcp_retry_events.