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

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.

    Using getBlueprint

    Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

    function getBlueprint(args: GetBlueprintArgs, opts?: InvokeOptions): Promise<GetBlueprintResult>
    function getBlueprintOutput(args: GetBlueprintOutputArgs, opts?: InvokeOutputOptions): Output<GetBlueprintResult>
    def get_blueprint(arn: Optional[str] = None,
                      opts: Optional[InvokeOptions] = None) -> GetBlueprintResult
    def get_blueprint_output(arn: pulumi.Input[Optional[str]] = None,
                      opts: Optional[InvokeOutputOptions] = None) -> Output[GetBlueprintResult]
    func LookupBlueprint(ctx *Context, args *LookupBlueprintArgs, opts ...InvokeOption) (*LookupBlueprintResult, error)
    func LookupBlueprintOutput(ctx *Context, args *LookupBlueprintOutputArgs, opts ...InvokeOption) LookupBlueprintResultOutput

    > Note: This function is named LookupBlueprint in the Go SDK.

    public static class GetBlueprint 
    {
        public static Task<GetBlueprintResult> InvokeAsync(GetBlueprintArgs args, InvokeOptions? opts = null)
        public static Output<GetBlueprintResult> Invoke(GetBlueprintInvokeArgs args, InvokeOptions? opts = null)
        public static Output<GetBlueprintResult> Invoke(GetBlueprintInvokeArgs args, InvokeOutputOptions opts)
    }
    public static CompletableFuture<GetBlueprintResult> getBlueprint(GetBlueprintArgs args, InvokeOptions options)
    public static Output<GetBlueprintResult> getBlueprint(GetBlueprintArgs args, InvokeOptions options)
    public static Output<GetBlueprintResult> getBlueprint(GetBlueprintArgs args, InvokeOutputOptions options)
    
    fn::invoke:
      function: aws-native:glue:getBlueprint
      arguments:
        # arguments dictionary
    data "aws-native_glue_get_blueprint" "name" {
        # arguments
    }

    The following arguments are supported:

    Arn string
    The Amazon Resource Name (ARN) of the blueprint.
    Arn string
    The Amazon Resource Name (ARN) of the blueprint.
    arn string
    The Amazon Resource Name (ARN) of the blueprint.
    arn String
    The Amazon Resource Name (ARN) of the blueprint.
    arn string
    The Amazon Resource Name (ARN) of the blueprint.
    arn str
    The Amazon Resource Name (ARN) of the blueprint.
    arn String
    The Amazon Resource Name (ARN) of the blueprint.

    getBlueprint Result

    The following output properties are available:

    Arn string
    The Amazon Resource Name (ARN) of the blueprint.
    BlueprintLocation string
    Specifies a path in Amazon S3 where the blueprint is published.
    CreatedOn string
    The date and time the blueprint was registered.
    Description string
    A description of the blueprint.
    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.
    Tags List<Pulumi.AwsNative.Outputs.Tag>
    The tags to be applied to this blueprint.
    Arn string
    The Amazon Resource Name (ARN) of the blueprint.
    BlueprintLocation string
    Specifies a path in Amazon S3 where the blueprint is published.
    CreatedOn string
    The date and time the blueprint was registered.
    Description string
    A description of the blueprint.
    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.
    Tags Tag
    The tags to be applied to this blueprint.
    arn string
    The Amazon Resource Name (ARN) of the blueprint.
    blueprint_location string
    Specifies a path in Amazon S3 where the blueprint is published.
    created_on string
    The date and time the blueprint was registered.
    description string
    A description of the blueprint.
    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.
    tags list(object)
    The tags to be applied to this blueprint.
    arn String
    The Amazon Resource Name (ARN) of the blueprint.
    blueprintLocation String
    Specifies a path in Amazon S3 where the blueprint is published.
    createdOn String
    The date and time the blueprint was registered.
    description String
    A description of the blueprint.
    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.
    tags List<Tag>
    The tags to be applied to this blueprint.
    arn string
    The Amazon Resource Name (ARN) of the blueprint.
    blueprintLocation string
    Specifies a path in Amazon S3 where the blueprint is published.
    createdOn string
    The date and time the blueprint was registered.
    description string
    A description of the blueprint.
    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.
    tags Tag[]
    The tags to be applied to this blueprint.
    arn str
    The Amazon Resource Name (ARN) of the blueprint.
    blueprint_location str
    Specifies a path in Amazon S3 where the blueprint is published.
    created_on str
    The date and time the blueprint was registered.
    description str
    A description of the blueprint.
    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.
    tags Sequence[root_Tag]
    The tags to be applied to this blueprint.
    arn String
    The Amazon Resource Name (ARN) of the blueprint.
    blueprintLocation String
    Specifies a path in Amazon S3 where the blueprint is published.
    createdOn String
    The date and time the blueprint was registered.
    description String
    A description of the blueprint.
    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.
    tags List<Property Map>
    The tags to be applied to this blueprint.

    Supporting Types

    BlueprintStatus

    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 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