Skip to content

Bedrock Data Automation  >  Operations  >  list_blueprints

list_blueprints

Operation

list_blueprints async

list_blueprints(input: ListBlueprintsInput, plugins: list[Plugin] | None = None) -> ListBlueprintsOutput

Lists all existing Amazon Bedrock Data Automation Blueprints

Parameters:

Name Type Description Default
input ListBlueprintsInput

An instance of ListBlueprintsInput.

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
ListBlueprintsOutput

An instance of ListBlueprintsOutput.

Input

ListBlueprintsInput dataclass

List Blueprint Request

Attributes

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

ARN of a Blueprint

blueprint_stage_filter class-attribute instance-attribute
blueprint_stage_filter: BlueprintStageFilter | None = None

Blueprint Stage filter

max_results class-attribute instance-attribute
max_results: int | None = None

Max Results

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

Pagination token

project_filter class-attribute instance-attribute
project_filter: DataAutomationProjectFilter | None = None

Data Automation Project Filter

resource_owner class-attribute instance-attribute
resource_owner: ResourceOwner | None = None

Resource Owner

Output

ListBlueprintsOutput dataclass

List Blueprint Response

Attributes

blueprints instance-attribute
blueprints: list[BlueprintSummary]

List of Blueprints

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

Pagination token