ServiceConvergeConfigArgs

data class ServiceConvergeConfigArgs(val delay: Output<String>? = null, val timeout: Output<String>? = null) : ConvertibleToJava<ServiceConvergeConfigArgs>

Constructors

Link copied to clipboard
constructor(delay: Output<String>? = null, timeout: Output<String>? = null)

Properties

Link copied to clipboard
val delay: Output<String>? = null

The interval to check if the desired state is reached (ms|s). Defaults to 7s.

Link copied to clipboard
val timeout: Output<String>? = null

The timeout of the service to reach the desired state (s|m). Defaults to 3m

Functions

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