View source: R/bedrockdataautomation_operations.R
| bedrockdataautomation_create_blueprint | R Documentation |
Creates an Amazon Bedrock Data Automation Blueprint
See https://www.paws-r-sdk.com/docs/bedrockdataautomation_create_blueprint/ for full documentation.
bedrockdataautomation_create_blueprint(
blueprintName,
type,
blueprintStage = NULL,
schema,
clientToken = NULL,
encryptionConfiguration = NULL,
tags = NULL
)
blueprintName |
[required] Name of the Blueprint |
type |
[required] Type |
blueprintStage |
Stage of the Blueprint |
schema |
[required] Schema of the blueprint |
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.