Class GetLifecycleHooksHookResult
Inheritance
System.Object
GetLifecycleHooksHookResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.AliCloud.Ess.Outputs
Assembly: Pulumi.AliCloud.dll
Syntax
public sealed class GetLifecycleHooksHookResult
Fields
View SourceDefaultResult
Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses.
Declaration
public readonly string DefaultResult
Field Value
| Type | Description |
|---|---|
| System.String |
HeartbeatTimeout
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.
Declaration
public readonly int HeartbeatTimeout
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Id
ID of the lifecycle hook.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
LifecycleTransition
Type of Scaling activity attached to lifecycle hook.
Declaration
public readonly string LifecycleTransition
Field Value
| Type | Description |
|---|---|
| System.String |
Name
Name of the lifecycle hook.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
NotificationArn
The Arn of notification target.
Declaration
public readonly string NotificationArn
Field Value
| Type | Description |
|---|---|
| System.String |
NotificationMetadata
Additional information that you want to include when Auto Scaling sends a message to the notification target.
Declaration
public readonly string NotificationMetadata
Field Value
| Type | Description |
|---|---|
| System.String |
ScalingGroupId
Scaling group id the lifecycle hooks belong to.
Declaration
public readonly string ScalingGroupId
Field Value
| Type | Description |
|---|---|
| System.String |