Show / Hide Table of Contents

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 Source

DefaultResult

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
View Source

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
View Source

Id

ID of the lifecycle hook.

Declaration
public readonly string Id
Field Value
Type Description
System.String
View Source

LifecycleTransition

Type of Scaling activity attached to lifecycle hook.

Declaration
public readonly string LifecycleTransition
Field Value
Type Description
System.String
View Source

Name

Name of the lifecycle hook.

Declaration
public readonly string Name
Field Value
Type Description
System.String
View Source

NotificationArn

The Arn of notification target.

Declaration
public readonly string NotificationArn
Field Value
Type Description
System.String
View Source

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
View Source

ScalingGroupId

Scaling group id the lifecycle hooks belong to.

Declaration
public readonly string ScalingGroupId
Field Value
Type Description
System.String
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.