LifecycleHook

public struct LifecycleHook : AWSShape

Undocumented

  • Declaration

    Swift

    public static var _members: [AWSShapeMember]
  • The name of the Auto Scaling group for the lifecycle hook.

    Declaration

    Swift

    public let autoScalingGroupName: String?
  • Defines the action the Auto Scaling group should take when the lifecycle hook timeout elapses or if an unexpected failure occurs. The possible values are CONTINUE and ABANDON.

    Declaration

    Swift

    public let defaultResult: String?
  • The maximum time, in seconds, that an instance can remain in a Pending:Wait or Terminating:Wait state. The maximum is 172800 seconds (48 hours) or 100 times HeartbeatTimeout, whichever is smaller.

    Declaration

    Swift

    public let globalTimeout: Int?
  • The maximum time, in seconds, that can elapse before the lifecycle hook times out. If the lifecycle hook times out, Amazon EC2 Auto Scaling performs the action that you specified in the DefaultResult parameter.

    Declaration

    Swift

    public let heartbeatTimeout: Int?
  • The name of the lifecycle hook.

    Declaration

    Swift

    public let lifecycleHookName: String?
  • The state of the EC2 instance to which to attach the lifecycle hook. The following are possible values: autoscaling:EC2_INSTANCE_LAUNCHING autoscaling:EC2_INSTANCE_TERMINATING

    Declaration

    Swift

    public let lifecycleTransition: String?
  • Additional information that is included any time Amazon EC2 Auto Scaling sends a message to the notification target.

    Declaration

    Swift

    public let notificationMetadata: String?
  • The ARN of the target that Amazon EC2 Auto Scaling sends notifications to when an instance is in the transition state for the lifecycle hook. The notification target can be either an SQS queue or an SNS topic.

    Declaration

    Swift

    public let notificationTargetARN: String?
  • The ARN of the IAM role that allows the Auto Scaling group to publish to the specified notification target.

    Declaration

    Swift

    public let roleARN: String?
  • Undocumented

    Declaration

    Swift

    public init(autoScalingGroupName: String? = nil, defaultResult: String? = nil, globalTimeout: Int? = nil, heartbeatTimeout: Int? = nil, lifecycleHookName: String? = nil, lifecycleTransition: String? = nil, notificationMetadata: String? = nil, notificationTargetARN: String? = nil, roleARN: String? = nil)