Assertion

class Assertion

Represents a resilience assertion for a service.

Types

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

Properties

Link copied to clipboard

The unique identifier of the assertion.

Link copied to clipboard

The timestamp when the assertion was created.

Link copied to clipboard

ARN identifier.

Link copied to clipboard

The source of the assertion, indicating whether it was AI-generated or created by a user.

Link copied to clipboard

The text content of the assertion.

Link copied to clipboard

The timestamp when the assertion was last updated.

Functions

Link copied to clipboard
inline fun copy(block: Assertion.Builder.() -> Unit = {}): Assertion
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