We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi
Resource Type definition for AWS::Glue::Blueprint. Registers a blueprint with AWS Glue.
Create Blueprint Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Blueprint(name: string, args: BlueprintArgs, opts?: CustomResourceOptions);@overload
def Blueprint(resource_name: str,
args: BlueprintArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Blueprint(resource_name: str,
opts: Optional[ResourceOptions] = None,
blueprint_location: Optional[str] = None,
description: Optional[str] = None,
name: Optional[str] = None,
tags: Optional[Sequence[_root_inputs.TagArgs]] = None)func NewBlueprint(ctx *Context, name string, args BlueprintArgs, opts ...ResourceOption) (*Blueprint, error)public Blueprint(string name, BlueprintArgs args, CustomResourceOptions? opts = null)
public Blueprint(String name, BlueprintArgs args)
public Blueprint(String name, BlueprintArgs args, CustomResourceOptions options)
type: aws-native:glue:Blueprint
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "aws-native_glue_blueprint" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args BlueprintArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args BlueprintArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args BlueprintArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args BlueprintArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args BlueprintArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Blueprint Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Blueprint resource accepts the following input properties:
- Blueprint
Location string - Specifies a path in Amazon S3 where the blueprint is published.
- Description string
- A description of the blueprint.
- Name string
- The name of the blueprint.
-
List<Pulumi.
Aws Native. Inputs. Tag> - The tags to be applied to this blueprint.
- Blueprint
Location string - Specifies a path in Amazon S3 where the blueprint is published.
- Description string
- A description of the blueprint.
- Name string
- The name of the blueprint.
-
Tag
Args - The tags to be applied to this blueprint.
- blueprint_
location string - Specifies a path in Amazon S3 where the blueprint is published.
- description string
- A description of the blueprint.
- name string
- The name of the blueprint.
- list(object)
- The tags to be applied to this blueprint.
- blueprint
Location String - Specifies a path in Amazon S3 where the blueprint is published.
- description String
- A description of the blueprint.
- name String
- The name of the blueprint.
- List<Tag>
- The tags to be applied to this blueprint.
- blueprint
Location string - Specifies a path in Amazon S3 where the blueprint is published.
- description string
- A description of the blueprint.
- name string
- The name of the blueprint.
- Tag[]
- The tags to be applied to this blueprint.
- blueprint_
location str - Specifies a path in Amazon S3 where the blueprint is published.
- description str
- A description of the blueprint.
- name str
- The name of the blueprint.
-
Sequence[Tag
Args] - The tags to be applied to this blueprint.
- blueprint
Location String - Specifies a path in Amazon S3 where the blueprint is published.
- description String
- A description of the blueprint.
- name String
- The name of the blueprint.
- List<Property Map>
- The tags to be applied to this blueprint.
Outputs
All input properties are implicitly available as output properties. Additionally, the Blueprint resource produces the following output properties:
- Arn string
- The Amazon Resource Name (ARN) of the blueprint.
- Created
On string - The date and time the blueprint was registered.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringOn - The date and time the blueprint was last modified.
- Parameter
Spec string - A JSON string that indicates the list of parameter specifications for the blueprint.
- Status
Pulumi.
Aws Native. Glue. Blueprint Status - The status of the blueprint registration.
- Arn string
- The Amazon Resource Name (ARN) of the blueprint.
- Created
On string - The date and time the blueprint was registered.
- Id string
- The provider-assigned unique ID for this managed resource.
- Last
Modified stringOn - The date and time the blueprint was last modified.
- Parameter
Spec string - A JSON string that indicates the list of parameter specifications for the blueprint.
- Status
Blueprint
Status - The status of the blueprint registration.
- arn string
- The Amazon Resource Name (ARN) of the blueprint.
- created_
on string - The date and time the blueprint was registered.
- id string
- The provider-assigned unique ID for this managed resource.
- last_
modified_ stringon - The date and time the blueprint was last modified.
- parameter_
spec string - A JSON string that indicates the list of parameter specifications for the blueprint.
- status "CREATING" | "ACTIVE" | "UPDATING" | "FAILED"
- The status of the blueprint registration.
- arn String
- The Amazon Resource Name (ARN) of the blueprint.
- created
On String - The date and time the blueprint was registered.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringOn - The date and time the blueprint was last modified.
- parameter
Spec String - A JSON string that indicates the list of parameter specifications for the blueprint.
- status
Blueprint
Status - The status of the blueprint registration.
- arn string
- The Amazon Resource Name (ARN) of the blueprint.
- created
On string - The date and time the blueprint was registered.
- id string
- The provider-assigned unique ID for this managed resource.
- last
Modified stringOn - The date and time the blueprint was last modified.
- parameter
Spec string - A JSON string that indicates the list of parameter specifications for the blueprint.
- status
Blueprint
Status - The status of the blueprint registration.
- arn str
- The Amazon Resource Name (ARN) of the blueprint.
- created_
on str - The date and time the blueprint was registered.
- id str
- The provider-assigned unique ID for this managed resource.
- last_
modified_ stron - The date and time the blueprint was last modified.
- parameter_
spec str - A JSON string that indicates the list of parameter specifications for the blueprint.
- status
Blueprint
Status - The status of the blueprint registration.
- arn String
- The Amazon Resource Name (ARN) of the blueprint.
- created
On String - The date and time the blueprint was registered.
- id String
- The provider-assigned unique ID for this managed resource.
- last
Modified StringOn - The date and time the blueprint was last modified.
- parameter
Spec String - A JSON string that indicates the list of parameter specifications for the blueprint.
- status "CREATING" | "ACTIVE" | "UPDATING" | "FAILED"
- The status of the blueprint registration.
Supporting Types
BlueprintStatus, BlueprintStatusArgs
- Creating
CREATING- Active
ACTIVE- Updating
UPDATING- Failed
FAILED
- Blueprint
Status Creating CREATING- Blueprint
Status Active ACTIVE- Blueprint
Status Updating UPDATING- Blueprint
Status Failed FAILED
- "CREATING"
CREATING- "ACTIVE"
ACTIVE- "UPDATING"
UPDATING- "FAILED"
FAILED
- Creating
CREATING- Active
ACTIVE- Updating
UPDATING- Failed
FAILED
- Creating
CREATING- Active
ACTIVE- Updating
UPDATING- Failed
FAILED
- CREATING
CREATING- ACTIVE
ACTIVE- UPDATING
UPDATING- FAILED
FAILED
- "CREATING"
CREATING- "ACTIVE"
ACTIVE- "UPDATING"
UPDATING- "FAILED"
FAILED
Tag, TagArgs
A set of tags to apply to the resource.Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.
published on Monday, Aug 24, 2026 by Pulumi