BlueprintRun

The details of a blueprint run.

Types

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

Properties

Link copied to clipboard

The name of the blueprint.

Link copied to clipboard

The date and time that the blueprint run completed.

Link copied to clipboard

Indicates any errors that are seen while running the blueprint.

Link copied to clipboard

The blueprint parameters as a string. You will have to provide a value for each key that is required from the parameter spec that is defined in the Blueprint$ParameterSpec.

Link copied to clipboard

The role ARN. This role will be assumed by the Glue service and will be used to create the workflow and other entities of a workflow.

Link copied to clipboard

If there are any errors while creating the entities of a workflow, we try to roll back the created entities until that point and delete them. This attribute indicates the errors seen while trying to delete the entities that are created.

Link copied to clipboard

The run ID for this blueprint run.

Link copied to clipboard

The date and time that the blueprint run started.

Link copied to clipboard

The state of the blueprint run. Possible values are:

Link copied to clipboard

The name of a workflow that is created as a result of a successful blueprint run. If a blueprint run has an error, there will not be a workflow created.

Functions

Link copied to clipboard
inline fun copy(block: BlueprintRun.Builder.() -> Unit = {}): BlueprintRun
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