AsyncOptionsArgs

data class AsyncOptionsArgs(val methodMatch: Output<String>? = null, val pollingOptions: Output<PollingOptionsArgs>? = null) : ConvertibleToJava<AsyncOptionsArgs>

Async options that determine when a resource should finish.

Constructors

Link copied to clipboard
fun AsyncOptionsArgs(methodMatch: Output<String>? = null, pollingOptions: Output<PollingOptionsArgs>? = null)

Functions

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

Properties

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

Method regex where this policy will apply.

Link copied to clipboard
val pollingOptions: Output<PollingOptionsArgs>? = null

Deployment manager will poll instances for this API resource setting a RUNNING state, and blocking until polling conditions tell whether the resource is completed or failed.