DeploymentInfoArgs

data class DeploymentInfoArgs(val deployment: Output<DeploymentArgs>? = null, val deploymentFetchStatus: Output<Either<String, DeploymentFetchStatus>>? = null, val message: Output<String>? = null) : ConvertibleToJava<DeploymentInfoArgs>

Information regarding a deployment.

Constructors

Link copied to clipboard
constructor(deployment: Output<DeploymentArgs>? = null, deploymentFetchStatus: Output<Either<String, DeploymentFetchStatus>>? = null, message: Output<String>? = null)

Properties

Link copied to clipboard
val deployment: Output<DeploymentArgs>? = null

Deployment information.

Link copied to clipboard
val deploymentFetchStatus: Output<Either<String, DeploymentFetchStatus>>? = null

Status while fetching the last deployment.

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

Additional details about the deployment that can be shown to the user.

Functions

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