AutomatedReasoningPolicyBuildWorkflowDocument
Represents a source document used in the policy build workflow, containing the content and metadata needed for policy generation.
Contents
- document
-
The actual content of the source document that will be analyzed to extract policy rules and concepts.
Type: Base64-encoded binary data object
Length Constraints: Minimum length of 1. Maximum length of 4500000.
Required: Yes
- documentContentType
-
The MIME type of the document content (e.g., text/plain, application/pdf, text/markdown).
Type: String
Valid Values:
pdf | txt
Required: Yes
- documentName
-
A descriptive name for the document that helps identify its purpose and content.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 256.
Required: Yes
- documentDescription
-
A detailed description of the document's content and how it should be used in the policy generation process.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 2000.
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: