WorkflowVersion

Contains details about this version of the workflow.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

The Amazon Resource Name (ARN) of the workflow resource.

Link copied to clipboard

The timestamp when Image Builder created the workflow version.

Link copied to clipboard

Describes the workflow.

Link copied to clipboard
val name: String?

The name of the workflow.

Link copied to clipboard

The owner of the workflow resource.

Link copied to clipboard

The image creation stage that this workflow applies to. Image Builder currently supports build and test stage workflows.

Link copied to clipboard

The semantic version of the workflow resource. The format includes three nodes: ...

Functions

Link copied to clipboard
inline fun copy(block: WorkflowVersion.Builder.() -> Unit = {}): WorkflowVersion
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String