Skip to content

Bedrock Data Automation  >  Operations  >  update_blueprint

update_blueprint

Operation

update_blueprint async

update_blueprint(input: UpdateBlueprintInput, plugins: list[Plugin] | None = None) -> UpdateBlueprintOutput

Updates an existing Amazon Bedrock Data Automation Blueprint

Parameters:

Name Type Description Default
input UpdateBlueprintInput

An instance of UpdateBlueprintInput.

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
UpdateBlueprintOutput

An instance of UpdateBlueprintOutput.

Input

UpdateBlueprintInput dataclass

Update 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

Stage of the Blueprint

encryption_configuration class-attribute instance-attribute
encryption_configuration: EncryptionConfiguration | None = None

KMS Encryption Configuration

schema class-attribute instance-attribute
schema: str | None = field(repr=False, default=None)

Schema of the blueprint

Output

UpdateBlueprintOutput dataclass

Update Blueprint Response

Attributes

blueprint instance-attribute
blueprint: Blueprint

Contains the information of a Blueprint.