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