AutomatedReasoningPolicySourceDocument - Amazon Bedrock

AutomatedReasoningPolicySourceDocument

Represents a source document that was processed during a build workflow. Contains the document content, metadata, and a hash for verification.

Contents

document

The raw content of the source document as a binary blob.

Type: Base64-encoded binary data object

Length Constraints: Minimum length of 1. Maximum length of 5000000.

Required: Yes

documentContentType

The MIME type of the document (e.g., application/pdf, text/plain).

Type: String

Valid Values: pdf | txt

Required: Yes

documentHash

A SHA-256 hash of the document content, used for verification and integrity checking.

Type: String

Length Constraints: Fixed length of 64.

Required: Yes

documentName

The name of the source document for identification purposes.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 256.

Required: Yes

documentDescription

An optional description providing context about the document's content and purpose.

Type: String

Length Constraints: Minimum length of 0. Maximum length of 4000.

Required: No

See Also

For more information about using this API in one of the language-specific AWS SDKs, see the following: