StackEvent

The StackEvent data type.

Types

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

Properties

Link copied to clipboard

The token passed to the operation that generated this event.

Link copied to clipboard

An optional field that contains information about the detailed status of the stack event.

Link copied to clipboard

The unique ID of this event.

Link copied to clipboard

Specify the hook failure mode for non-compliant resources in the followings ways.

Link copied to clipboard

Invocation points are points in provisioning logic where Hooks are initiated.

Link copied to clipboard

Provides the status of the change set hook.

Link copied to clipboard

Provides the reason for the hook status.

Link copied to clipboard

The name of the hook.

Link copied to clipboard

The logical name of the resource specified in the template.

Link copied to clipboard

The name or unique identifier associated with the physical instance of the resource.

Link copied to clipboard

BLOB of the properties used to create the resource.

Link copied to clipboard

Current status of the resource.

Link copied to clipboard

Success/failure message associated with the resource.

Link copied to clipboard

Type of resource. For more information, see Amazon Web Services resource and property types reference in the CloudFormation User Guide.

Link copied to clipboard

The unique ID name of the instance of the stack.

Link copied to clipboard

The name associated with a stack.

Link copied to clipboard

Time the status was updated.

Functions

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