Skip to content

Bedrock Data Automation  >  Operations  >  create_blueprint_version

create_blueprint_version

Operation

create_blueprint_version async

create_blueprint_version(input: CreateBlueprintVersionInput, plugins: list[Plugin] | None = None) -> CreateBlueprintVersionOutput

Creates a new version of an existing Amazon Bedrock Data Automation Blueprint

Parameters:

Name Type Description Default
input CreateBlueprintVersionInput

An instance of CreateBlueprintVersionInput.

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
CreateBlueprintVersionOutput

An instance of CreateBlueprintVersionOutput.

Input

CreateBlueprintVersionInput dataclass

Create Blueprint Version Request

Attributes

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

ARN generated at the server side when a Blueprint is created

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

Client specified token used for idempotency checks

Output

CreateBlueprintVersionOutput dataclass

Create Blueprint Version Response

Attributes

blueprint instance-attribute
blueprint: Blueprint

Contains the information of a Blueprint.