HookProgressEvent

Represents the current status of applicable Hooks for a resource operation request. It contains list of Hook invocation information for the resource specified in the request since the same target can invoke multiple Hooks. For more information, see Managing resource operation requests with Amazon Web Services Cloud Control API .

Types

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

Properties

Link copied to clipboard

The failure mode of the invocation. The following are the potential statuses:

Link copied to clipboard

The time that the Hook invocation request initiated.

Link copied to clipboard

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

Link copied to clipboard

The message explaining the current Hook status.

Link copied to clipboard

The ARN of the Hook being invoked.

Link copied to clipboard

The type name of the Hook being invoked.

Link copied to clipboard

The type version of the Hook being invoked.

Link copied to clipboard

States whether the Hook is invoked before or after resource provisioning.

Functions

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