Builder

class Builder

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.