config

@JvmName(name = "psmpkdrmtnaywrby")
suspend fun config(value: Output<PortConfigArgs>)
@JvmName(name = "gumpoaxiprjvdwkd")
suspend fun config(value: PortConfigArgs?)

Parameters

value

Session persistence settings for port forwarding rules. Use a string representation in JSON format. The specific structure is described as follows.

  • PersistenceTimeout: is of Integer type and is required. The timeout period of the session. Value range: 30 to 3600, in seconds. The default value is 0, which is closed. See config below.


@JvmName(name = "lucyclntcswcewxj")
suspend fun config(argument: suspend PortConfigArgsBuilder.() -> Unit)

Parameters

argument

Session persistence settings for port forwarding rules. Use a string representation in JSON format. The specific structure is described as follows.

  • PersistenceTimeout: is of Integer type and is required. The timeout period of the session. Value range: 30 to 3600, in seconds. The default value is 0, which is closed. See config below.