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
published on Monday, Aug 24, 2026 by Pulumi
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
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 dictionarydata "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.
- 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 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.
-
List<Pulumi.
Aws Native. Outputs. 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 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.
- 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_ 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.
- list(object)
- 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 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.
- List<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 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.
- 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_ 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.
- Sequence[root_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 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.
- List<Property Map>
- The tags to be applied to this blueprint.
Supporting Types
BlueprintStatus
Tag
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
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
published on Monday, Aug 24, 2026 by Pulumi