Skip to content

Bedrock Data Automation  >  Operations  >  get_blueprint

get_blueprint

Operation

get_blueprint async

get_blueprint(input: GetBlueprintInput, plugins: list[Plugin] | None = None) -> GetBlueprintOutput

Gets an existing Amazon Bedrock Data Automation Blueprint

Parameters:

Name Type Description Default
input GetBlueprintInput

An instance of GetBlueprintInput.

required
plugins list[Plugin] | None

A list of callables that modify the configuration dynamically. Changes made by these plugins only apply for the duration of the operation execution and will not affect any other operation invocations.

None

Returns:

Type Description
GetBlueprintOutput

An instance of GetBlueprintOutput.

Input

GetBlueprintInput dataclass

Get Blueprint Request

Attributes

blueprint_arn class-attribute instance-attribute
blueprint_arn: str | None = None

ARN generated at the server side when a Blueprint is created

blueprint_stage class-attribute instance-attribute
blueprint_stage: BlueprintStage | None = None

Optional field to get a specific Blueprint stage

blueprint_version class-attribute instance-attribute
blueprint_version: str | None = None

Optional field to get a specific Blueprint version

Output

GetBlueprintOutput dataclass

Get Blueprint Response

Attributes

blueprint instance-attribute
blueprint: Blueprint

Contains the information of a Blueprint.