1. Registry
  2. Packages
  3. AWS Cloud Control
  4. API Docs
  5. glue
  6. Blueprint

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
published on Monday, Aug 24, 2026 by Pulumi
aws-native logo aws-native logo

We recommend new projects start with resources from the AWS provider.

Viewing docs for AWS Cloud Control v1.76.0
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:

    BlueprintLocation 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.
    Tags List<Pulumi.AwsNative.Inputs.Tag>
    The tags to be applied to this blueprint.
    BlueprintLocation 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.
    Tags TagArgs
    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.
    tags list(object)
    The tags to be applied to this blueprint.
    blueprintLocation 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.
    tags List<Tag>
    The tags to be applied to this blueprint.
    blueprintLocation 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.
    tags 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.
    tags Sequence[TagArgs]
    The tags to be applied to this blueprint.
    blueprintLocation 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.
    tags 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.
    CreatedOn string
    The date and time the blueprint was registered.
    Id string
    The provider-assigned unique ID for this managed resource.
    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 Pulumi.AwsNative.Glue.BlueprintStatus
    The status of the blueprint registration.
    Arn string
    The Amazon Resource Name (ARN) of the blueprint.
    CreatedOn string
    The date and time the blueprint was registered.
    Id string
    The provider-assigned unique ID for this managed resource.
    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 BlueprintStatus
    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_on string
    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.
    createdOn String
    The date and time the blueprint was registered.
    id String
    The provider-assigned unique ID for this managed resource.
    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 BlueprintStatus
    The status of the blueprint registration.
    arn string
    The Amazon Resource Name (ARN) of the blueprint.
    createdOn string
    The date and time the blueprint was registered.
    id string
    The provider-assigned unique ID for this managed resource.
    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 BlueprintStatus
    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_on str
    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 BlueprintStatus
    The status of the blueprint registration.
    arn String
    The Amazon Resource Name (ARN) of the blueprint.
    createdOn String
    The date and time the blueprint was registered.
    id String
    The provider-assigned unique ID for this managed resource.
    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 "CREATING" | "ACTIVE" | "UPDATING" | "FAILED"
    The status of the blueprint registration.

    Supporting Types

    BlueprintStatus, BlueprintStatusArgs

    Creating
    CREATING
    Active
    ACTIVE
    Updating
    UPDATING
    Failed
    FAILED
    BlueprintStatusCreating
    CREATING
    BlueprintStatusActive
    ACTIVE
    BlueprintStatusUpdating
    UPDATING
    BlueprintStatusFailed
    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.
    Key string
    The key name of the tag
    Value string
    The value of the tag
    Key string
    The key name of the tag
    Value string
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag
    key string
    The key name of the tag
    value string
    The value of the tag
    key str
    The key name of the tag
    value str
    The value of the tag
    key String
    The key name of the tag
    value String
    The value of the tag

    Package Details

    Repository
    AWS Native pulumi/pulumi-aws-native
    License
    Apache-2.0
    aws-native logo aws-native logo

    We recommend new projects start with resources from the AWS provider.

    Viewing docs for AWS Cloud Control v1.76.0
    published on Monday, Aug 24, 2026 by Pulumi

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial