AWS::Glue::BlueprintResource Type definition for AWS::Glue::Blueprint. Registers a blueprint with AWS Glue.
4 configurable properties. 2 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
BlueprintLocation | string | Required |
Name | string | RequiredCreate-only |
Description | string | |
Tags | Array<Tag> |
Values returned after the resource is created. Access these with Fn::GetAtt.
| Attribute | Type | Description |
|---|---|---|
Arn | string | The Amazon Resource Name (ARN) of the blueprint. |
CreatedOn | string | The date and time the blueprint was registered. |
LastModifiedOn | string | The date and time the blueprint was last modified. |
ParameterSpec | string | A JSON string that indicates the list of parameter specifications for the blueprint. |
Status | string | The status of the blueprint registration. |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::Glue::Blueprint
Resources:
MyResource:
Type: AWS::Glue::Blueprint
Properties:
Name: "my-name"
BlueprintLocation: "value"
Tags:
- Key: Environment
Value: Production
Description: !Ref "AWS::StackName"Permissions CloudFormation needs in your IAM role to manage this resource.
glue:CreateBlueprintglue:GetBlueprintglue:TagResourceglue:GetTagss3:GetObjectglue:GetBlueprintglue:GetTagsglue:UpdateBlueprintglue:GetBlueprintglue:TagResourceglue:UntagResourceglue:GetTagss3:GetObjectglue:DeleteBlueprintglue:GetBlueprintglue:ListBlueprintsOur bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to NewsletterArnThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
Name