OperationEvent

Contains detailed information about an event that occurred during a CloudFormation operation.

Types

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

Properties

Link copied to clipboard

A unique identifier for the request that initiated this operation.

Link copied to clipboard

Additional status information about the operation.

Link copied to clipboard

The time when the event ended.

Link copied to clipboard

A unique identifier for this event.

Link copied to clipboard

The type of event.

Link copied to clipboard

Specifies how Hook failures are handled.

Link copied to clipboard

The point in the operation lifecycle when the Hook was invoked.

Link copied to clipboard

The status of the Hook invocation.

Link copied to clipboard

Additional information about the Hook status.

Link copied to clipboard

The type name of the Hook that was invoked.

Link copied to clipboard

The logical name of the resource as specified in the template.

Link copied to clipboard

The unique identifier of the operation this event belongs to.

Link copied to clipboard

The current status of the operation.

Link copied to clipboard

The type of operation.

Link copied to clipboard

The name or unique identifier that corresponds to a physical instance ID of a resource.

Link copied to clipboard

The properties used to create the resource.

Link copied to clipboard

Current status of the resource.

Link copied to clipboard

Success or failure message associated with the resource.

Link copied to clipboard

Type of resource.

Link copied to clipboard

The unique ID name of the instance of the stack.

Link copied to clipboard

The time when the event started.

Link copied to clipboard

Time the status was updated.

Link copied to clipboard

Specifies how validation failures are handled.

Link copied to clipboard

The name of the validation that was performed.

Link copied to clipboard

The path within the resource where the validation was applied.

Link copied to clipboard

The status of the validation.

Link copied to clipboard

Additional information about the validation status.

Functions

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