DynamicPoolConfigurationArgs

data class DynamicPoolConfigurationArgs(val cooldownPeriodInSeconds: Output<Int>? = null, val executionType: Output<Either<String, ExecutionType>>? = null) : ConvertibleToJava<DynamicPoolConfigurationArgs>

Dynamic pool configuration.

Constructors

Link copied to clipboard
constructor(cooldownPeriodInSeconds: Output<Int>? = null, executionType: Output<Either<String, ExecutionType>>? = null)

Properties

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

The cooldown period of a session in seconds.

Link copied to clipboard
val executionType: Output<Either<String, ExecutionType>>? = null

The execution type of the session pool.

Functions

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