View a markdown version of this page

AWS::Glue::Blueprint - AWS CloudFormation

This is the new CloudFormation Template Reference Guide. Please update your bookmarks and links. For help getting started with CloudFormation, see the AWS CloudFormation User Guide.

AWS::Glue::Blueprint

The details of a blueprint.

Syntax

To declare this entity in your CloudFormation template, use the following syntax:

JSON

{ "Type" : "AWS::Glue::Blueprint", "Properties" : { "BlueprintLocation" : String, "Description" : String, "Name" : String, "Tags" : [ Tag, ... ] } }

YAML

Type: AWS::Glue::Blueprint Properties: BlueprintLocation: String Description: String Name: String Tags: - Tag

Properties

BlueprintLocation

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

Required: Yes

Type: String

Pattern: ^s3://([^/]+)/([^/]+/)*([^/]+)$

Minimum: 1

Maximum: 8192

Update requires: No interruption

Description

The description of the blueprint.

Required: No

Type: String

Minimum: 1

Maximum: 512

Update requires: No interruption

Name

The name of the blueprint.

Required: Yes

Type: String

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

Minimum: 1

Maximum: 128

Update requires: Replacement

Tags

Property description not available.

Required: No

Type: Array of Tag

Minimum: 0

Maximum: 50

Update requires: No interruption

Return values

Ref

Fn::GetAtt

Arn

Property description not available.

CreatedOn

The date and time the blueprint was registered.

LastModifiedOn

The date and time the blueprint was last modified.

ParameterSpec

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

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.