GetLifecycleHooksHook

data class GetLifecycleHooksHook(val defaultResult: String, val heartbeatTimeout: Int, val id: String, val lifecycleTransition: String, val name: String, val notificationArn: String, val notificationMetadata: String, val scalingGroupId: String)

Constructors

Link copied to clipboard
constructor(defaultResult: String, heartbeatTimeout: Int, id: String, lifecycleTransition: String, name: String, notificationArn: String, notificationMetadata: String, scalingGroupId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses.

Link copied to clipboard

Defines the amount of time, in seconds, that can elapse before the lifecycle hook times out. When the lifecycle hook times out, Auto Scaling performs the action defined in the default_result parameter.

Link copied to clipboard
val id: String

ID of the lifecycle hook.

Link copied to clipboard

Type of Scaling activity attached to lifecycle hook.

Link copied to clipboard

Name of the lifecycle hook.

Link copied to clipboard

The Arn of notification target.

Link copied to clipboard

Additional information that you want to include when Auto Scaling sends a message to the notification target.

Link copied to clipboard

Scaling group id the lifecycle hooks belong to.