LaunchExecutionStatusObjectArgs

data class LaunchExecutionStatusObjectArgs(val desiredState: Output<String>? = null, val reason: Output<String>? = null, val status: Output<String>) : ConvertibleToJava<LaunchExecutionStatusObjectArgs>

Constructors

Link copied to clipboard
constructor(desiredState: Output<String>? = null, reason: Output<String>? = null, status: Output<String>)

Properties

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

Provide CANCELLED or COMPLETED as the launch desired state. Defaults to Completed if not provided.

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

Provide a reason for stopping the launch. Defaults to empty if not provided.

Link copied to clipboard
val status: Output<String>

Provide START or STOP action to apply on a launch

Functions

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