View source: R/bedrockdataautomation_operations.R
| bedrockdataautomation_create_data_automation_project | R Documentation |
Creates an Amazon Bedrock Data Automation Project
See https://www.paws-r-sdk.com/docs/bedrockdataautomation_create_data_automation_project/ for full documentation.
bedrockdataautomation_create_data_automation_project(
projectName,
projectDescription = NULL,
projectStage = NULL,
projectType = NULL,
standardOutputConfiguration,
customOutputConfiguration = NULL,
overrideConfiguration = NULL,
dataAutomationLibraryConfiguration = NULL,
clientToken = NULL,
encryptionConfiguration = NULL,
tags = NULL
)
projectName |
[required] Name of the DataAutomationProject |
projectDescription |
Description of the DataAutomationProject |
projectStage |
Stage of the Project |
projectType |
Type of the DataAutomationProject |
standardOutputConfiguration |
[required] Standard output configuration |
customOutputConfiguration |
Custom output configuration |
overrideConfiguration |
Override configuration |
dataAutomationLibraryConfiguration |
DataAutomation Library configuration |
clientToken |
Client specified token used for idempotency checks |
encryptionConfiguration |
KMS Encryption Configuration |
tags |
List of tags |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.