AutomatedReasoningPolicyBuildLogEntry
Represents a single entry in the policy build log, containing information about a specific step or event in the build process.
Contents
- annotation
-
The annotation or operation that was being processed when this log entry was created.
Type: AutomatedReasoningPolicyAnnotation object
Note: This object is a Union. Only one member of this object can be specified or returned.
Required: Yes
- buildSteps
-
Detailed information about the specific build steps that were executed, including any sub-operations or transformations.
Type: Array of AutomatedReasoningPolicyBuildStep objects
Required: Yes
- status
-
The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).
Type: String
Valid Values:
APPLIED | FAILED
Required: Yes
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: