create_data_automation_project¶
Operation¶
create_data_automation_project
async
¶
create_data_automation_project(input: CreateDataAutomationProjectInput, plugins: list[Plugin] | None = None) -> CreateDataAutomationProjectOutput
Creates an Amazon Bedrock Data Automation Project
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
input
|
CreateDataAutomationProjectInput
|
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 |
|---|---|
CreateDataAutomationProjectOutput
|
An instance of |
Input¶
CreateDataAutomationProjectInput
dataclass
¶
Create DataAutomationProject Request
Attributes¶
client_token
class-attribute
instance-attribute
¶
client_token: str | None = None
Client specified token used for idempotency checks
custom_output_configuration
class-attribute
instance-attribute
¶
custom_output_configuration: CustomOutputConfiguration | None = None
Custom output configuration
data_automation_library_configuration
class-attribute
instance-attribute
¶
data_automation_library_configuration: DataAutomationLibraryConfiguration | None = None
DataAutomation Library configuration
encryption_configuration
class-attribute
instance-attribute
¶
encryption_configuration: EncryptionConfiguration | None = None
KMS Encryption Configuration
override_configuration
class-attribute
instance-attribute
¶
override_configuration: OverrideConfiguration | None = None
Override configuration
project_description
class-attribute
instance-attribute
¶
project_description: str | None = field(repr=False, default=None)
Description of the DataAutomationProject
project_name
class-attribute
instance-attribute
¶
project_name: str | None = field(repr=False, default=None)
Name of the DataAutomationProject
project_stage
class-attribute
instance-attribute
¶
project_stage: DataAutomationProjectStage | None = None
Stage of the Project
project_type
class-attribute
instance-attribute
¶
project_type: DataAutomationProjectType = DataAutomationProjectType('ASYNC')
Type of the DataAutomationProject
standard_output_configuration
class-attribute
instance-attribute
¶
standard_output_configuration: StandardOutputConfiguration | None = None
Standard output configuration
Output¶
CreateDataAutomationProjectOutput
dataclass
¶
Create DataAutomationProject Response
Attributes¶
project_stage
class-attribute
instance-attribute
¶
project_stage: DataAutomationProjectStage | None = None
Stage of the Project
status
class-attribute
instance-attribute
¶
status: DataAutomationProjectStatus | None = None
Status of Data Automation Project