Class CompleteLifecycleActionRequest

    • Method Detail

      • lifecycleHookName

        public final String lifecycleHookName()

        The name of the lifecycle hook.

        Returns:
        The name of the lifecycle hook.
      • autoScalingGroupName

        public final String autoScalingGroupName()

        The name of the Auto Scaling group.

        Returns:
        The name of the Auto Scaling group.
      • lifecycleActionToken

        public final String lifecycleActionToken()

        A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.

        Returns:
        A universally unique identifier (UUID) that identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target you specified when you created the lifecycle hook.
      • lifecycleActionResult

        public final String lifecycleActionResult()

        The action for the group to take. You can specify either CONTINUE or ABANDON.

        Returns:
        The action for the group to take. You can specify either CONTINUE or ABANDON.
      • instanceId

        public final String instanceId()

        The ID of the instance.

        Returns:
        The ID of the instance.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object