Skip to content

Bedrock Data Automation  >  Operations  >  delete_blueprint

delete_blueprint

Operation

delete_blueprint async

delete_blueprint(input: DeleteBlueprintInput, plugins: list[Plugin] | None = None) -> DeleteBlueprintOutput

Deletes an existing Amazon Bedrock Data Automation Blueprint

Parameters:

Name Type Description Default
input DeleteBlueprintInput

An instance of DeleteBlueprintInput.

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
DeleteBlueprintOutput

An instance of DeleteBlueprintOutput.

Input

DeleteBlueprintInput dataclass

Delete 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_version class-attribute instance-attribute
blueprint_version: str | None = None

Optional field to delete a specific Blueprint version

Output

DeleteBlueprintOutput dataclass

Delete Blueprint Response