AutomatedReasoningPolicyBuildWorkflowSummary
Provides a summary of a policy build workflow, including its current status, timing information, and key identifiers.
Contents
- buildWorkflowId
-
The unique identifier of the build workflow.
Type: String
Length Constraints: Minimum length of 0. Maximum length of 36.
Pattern:
[a-f0-9]{8}-?[a-f0-9]{4}-?4[a-f0-9]{3}-?[89ab][a-f0-9]{3}-?[a-f0-9]{12}
Required: Yes
- buildWorkflowType
-
The type of build workflow (e.g., DOCUMENT_INGESTION, POLICY_REPAIR).
Type: String
Valid Values:
INGEST_CONTENT | REFINE_POLICY | IMPORT_POLICY
Required: Yes
- createdAt
-
The timestamp when the build workflow was created.
Type: Timestamp
Required: Yes
- policyArn
-
The Amazon Resource Name (ARN) of the Automated Reasoning policy associated with this build workflow.
Type: String
Length Constraints: Minimum length of 1. Maximum length of 2048.
Pattern:
arn:aws(-[^:]+)?:bedrock:[a-z0-9-]{1,20}:[0-9]{12}:automated-reasoning-policy/[a-z0-9]{12}(:([1-9][0-9]{0,11}))?
Required: Yes
- status
-
The current status of the build workflow (e.g., RUNNING, COMPLETED, FAILED, CANCELLED).
Type: String
Valid Values:
SCHEDULED | CANCEL_REQUESTED | PREPROCESSING | BUILDING | TESTING | COMPLETED | FAILED | CANCELLED
Required: Yes
- updatedAt
-
The timestamp when the build workflow was last updated.
Type: Timestamp
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: