Skip to content

Bedrock Data Automation  >  Operations  >  create_blueprint

create_blueprint

Operation

create_blueprint async

create_blueprint(input: CreateBlueprintInput, plugins: list[Plugin] | None = None) -> CreateBlueprintOutput

Creates an Amazon Bedrock Data Automation Blueprint

Parameters:

Name Type Description Default
input CreateBlueprintInput

An instance of CreateBlueprintInput.

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
CreateBlueprintOutput

An instance of CreateBlueprintOutput.

Input

CreateBlueprintInput dataclass

Create Blueprint Request

Attributes

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

Name of the Blueprint

blueprint_stage class-attribute instance-attribute
blueprint_stage: BlueprintStage | None = None

Stage of the Blueprint

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

Client specified token used for idempotency checks

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

tags class-attribute instance-attribute
tags: list[Tag] | None = None

List of tags

type class-attribute instance-attribute
type: Type | None = None

Type

Output

CreateBlueprintOutput dataclass

Create Blueprint Response

Attributes

blueprint instance-attribute
blueprint: Blueprint

Contains the information of a Blueprint.