DelayActionArgs

data class DelayActionArgs(val duration: Output<String>, val name: Output<String>, val type: Output<String>) : ConvertibleToJava<DelayActionArgs>

Model that represents a delay action.

Constructors

Link copied to clipboard
constructor(duration: Output<String>, name: Output<String>, type: Output<String>)

Properties

Link copied to clipboard
val duration: Output<String>

ISO8601 formatted string that represents a duration.

Link copied to clipboard
val name: Output<String>

String that represents a Capability URN.

Link copied to clipboard
val type: Output<String>

Enum that discriminates between action models. Expected value is 'delay'.

Functions

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