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