AWS Security ChangesHomeSearch

AWS bedrock documentation change

Service: bedrock · 2025-05-03 · Documentation low

File: bedrock/latest/userguide/bda-how-it-works.md

Summary

Expanded BDA custom output support to include audio processing alongside documents and images. Updated documentation to reflect audio support in custom output blueprints and project configurations.

Security assessment

The changes only expand supported file types (adding audio) for existing functionality without mentioning security controls, vulnerabilities, or protective measures. There is no evidence of addressing security weaknesses or describing security features.

Diff

diff --git a/bedrock/latest/userguide/bda-how-it-works.md b/bedrock/latest/userguide/bda-how-it-works.md
index 0818222e6..9434f25a0 100644
--- a//bedrock/latest/userguide/bda-how-it-works.md
+++ b//bedrock/latest/userguide/bda-how-it-works.md
@@ -11 +11 @@ Bedrock Data Automation (BDA) lets you configure output based on your processing
-BDA standard output can be used with audio, documents, images, and videos. Currently, BDA custom output can only be used with documents and images
+BDA standard output can be used with audio, documents, images, and videos. Currently, BDA custom output can only be used with documents, audio, and images.
@@ -15 +15 @@ BDA standard output can be used with audio, documents, images, and videos. Curre
-  * Custom output – For documents and images, only. Choose custom output to define exactly what information you want to extract using a blueprint. A blueprint consists of a list of expected fields that you want retrieved from a document or image. Each field represents a piece of information that needs to be extracted to meet your specific use case. You can create your own blueprints, or select predefined blueprints from the BDA blueprint catalog. For more information, see [Custom output and blueprints](./bda-custom-output-idp.html).
+  * Custom output – For documents, audio,and images only. Choose custom output to define exactly what information you want to extract using a blueprint. A blueprint consists of a list of expected fields that you want retrieved from a file. Each field represents a piece of information that needs to be extracted to meet your specific use case. You can create your own blueprints, or select predefined blueprints from the BDA blueprint catalog. For more information, see [Custom output and blueprints](./bda-custom-output-idp.html).
@@ -17 +17 @@ BDA standard output can be used with audio, documents, images, and videos. Curre
-  * Projects – A project is a BDA resource that allows you to modify and organize output configurations. Each project can contain standard output configurations for documents, images, video, and audio, as well as custom output blueprints for documents and images. Projects are referenced in the `InvokeDataAutomationAsync` API call to instruct BDA on how to process the files. For more information about projects and their use cases, see [Bedrock Data Automation projects](./bda-projects.html).
+  * Projects – A project is a BDA resource that allows you to modify and organize output configurations. Each project can contain standard output configurations for documents, images, video, and audio, as well as custom output blueprints for documents, audio, and images. Projects are referenced in the `InvokeDataAutomationAsync` API call to instruct BDA on how to process the files. For more information about projects and their use cases, see [Bedrock Data Automation projects](./bda-projects.html).