Blueprint - AWS Glue

Blueprint

The details of a blueprint.

Contents

BlueprintLocation

Specifies the path in Amazon S3 where the blueprint is published.

Type: String

Required: No

BlueprintServiceLocation

Specifies a path in Amazon S3 where the blueprint is copied when you call CreateBlueprint/UpdateBlueprint to register the blueprint in AWS Glue.

Type: String

Required: No

CreatedOn

The date and time the blueprint was registered.

Type: Timestamp

Required: No

Description

The description of the blueprint.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 512.

Required: No

ErrorMessage

An error message.

Type: String

Required: No

LastActiveDefinition

When there are multiple versions of a blueprint and the latest version has some errors, this attribute indicates the last successful blueprint definition that is available with the service.

Type: LastActiveDefinition object

Required: No

LastModifiedOn

The date and time the blueprint was last modified.

Type: Timestamp

Required: No

Name

The name of the blueprint.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 128.

Pattern: [\.\-_A-Za-z0-9]+

Required: No

ParameterSpec

A JSON string that indicates the list of parameter specifications for the blueprint.

Type: String

Length Constraints: Minimum length of 1. Maximum length of 131072.

Required: No

Status

The status of the blueprint registration.

  • Creating — The blueprint registration is in progress.

  • Active — The blueprint has been successfully registered.

  • Updating — An update to the blueprint registration is in progress.

  • Failed — The blueprint registration failed.

Type: String

Valid Values: CREATING | ACTIVE | UPDATING | FAILED

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: