AutomatedReasoningPolicyTestResult

Contains the results of testing an Automated Reasoning policy against various scenarios and validation checks.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A summary of all test findings, aggregated to provide an overall assessment of policy quality and correctness.

Link copied to clipboard

The Amazon Resource Name (ARN) of the Automated Reasoning policy that was tested.

Link copied to clipboard

The test case that was executed, including the input content, expected results, and configuration parameters used during validation.

Link copied to clipboard

Detailed findings from the test run, including any issues, violations, or unexpected behaviors discovered.

Link copied to clipboard

The overall result of the test run, indicating whether the policy passed or failed validation.

Link copied to clipboard

The overall status of the test run (e.g., COMPLETED, FAILED, IN_PROGRESS).

Link copied to clipboard

The timestamp when the test results were last updated.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String