PortConfigArgs

data class PortConfigArgs(val persistenceTimeout: Output<Int>? = null) : ConvertibleToJava<PortConfigArgs>

Constructors

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

Properties

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

The timeout period for session retention. Value range: 30~3600, unit: second. The default is 0, which means off.

Functions

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