Skip to content

Bedrock  >  Structures  >  AutomatedReasoningPolicyBuildLogEntry

AutomatedReasoningPolicyBuildLogEntry

Structure Class

AutomatedReasoningPolicyBuildLogEntry dataclass

Represents a single entry in the policy build log, containing information about a specific step or event in the build process.

Attributes

annotation instance-attribute

The annotation or operation that was being processed when this log entry was created.

build_steps instance-attribute

Detailed information about the specific build steps that were executed, including any sub-operations or transformations.

status instance-attribute

The status of the build step (e.g., SUCCESS, FAILED, IN_PROGRESS).