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:StringDescription:StringName:StringTags:- Tag
Properties
BlueprintLocation-
Specifies the path in Amazon S3 where the blueprint is published.
Required: Yes
Type: String
Pattern:
^s3://([^/]+)/([^/]+/)*([^/]+)$Minimum:
1Maximum:
8192Update requires: No interruption
Description-
The description of the blueprint.
Required: No
Type: String
Minimum:
1Maximum:
512Update requires: No interruption
Name-
The name of the blueprint.
Required: Yes
Type: String
Pattern:
^[\.\-_A-Za-z0-9]+$Minimum:
1Maximum:
128Update requires: Replacement
Property description not available.
Required: No
Type: Array of Tag
Minimum:
0Maximum:
50Update requires: No interruption
Return values
Ref
Fn::GetAtt
ArnProperty 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.
-