---
type: resource-type
title: GlueBlueprint
description: aws resource type AWS::Glue::Blueprint
name: GlueBlueprint
lexicon: aws
resource_type: AWS::Glue::Blueprint
---
`AWS::Glue::Blueprint`, a resource type of the aws lexicon.

## Properties

- `BlueprintLocation` (`string`, required): Specifies a path in Amazon S3 where the blueprint is published.
- `Name` (`string`, required): The name of the blueprint.
- `Arn` (`string`, optional): The Amazon Resource Name (ARN) of the blueprint.
- `CreatedOn` (`string`, optional): The date and time the blueprint was registered.
- `Description` (`string`, optional): A description of the blueprint.
- `LastModifiedOn` (`string`, optional): The date and time the blueprint was last modified.
- `ParameterSpec` (`string`, optional): A JSON string that indicates the list of parameter specifications for the blueprint.
- `Status` (`"ACTIVE" | "CREATING" | "FAILED" | "UPDATING"`, optional): The status of the blueprint registration.
- `Tags` (`GlueBlueprint_Tag[]`, optional): The tags to be applied to this blueprint.

## Attributes

- `Arn`
- `CreatedOn`
- `LastModifiedOn`
- `ParameterSpec`
- `Status`
