HookResultSummary

Describes a Hook invocation, its status, and the reason for its status.

Types

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

Properties

Link copied to clipboard

The failure mode of the invocation.

Link copied to clipboard

The ARN of the target stack or request token of the Cloud Control API operation.

Link copied to clipboard

The unique identifier for this Hook invocation result.

Link copied to clipboard

A description of the Hook results status. For example, if the Hook result is in a failed state, this may contain additional information for the failed state.

Link copied to clipboard

The specific point in the provisioning process where the Hook is invoked.

Link copied to clipboard

The timestamp when the Hook was invoked.

Link copied to clipboard

The status of the Hook invocation. The following statuses are possible:

Link copied to clipboard

The unique identifier of the Hook invocation target.

Link copied to clipboard

The target type that the Hook was invoked against.

Link copied to clipboard

The ARN of the Hook that was invoked.

Link copied to clipboard

The version of the Hook configuration.

Link copied to clipboard

The name of the Hook that was invoked.

Link copied to clipboard

The version of the Hook that was invoked.

Functions

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