View source: R/autoscaling_operations.R
autoscaling_record_lifecycle_action_heartbeat | R Documentation |
Records a heartbeat for the lifecycle action associated with the specified token or instance. This extends the timeout by the length of time defined using the put_lifecycle_hook
API call.
See https://www.paws-r-sdk.com/docs/autoscaling_record_lifecycle_action_heartbeat/ for full documentation.
autoscaling_record_lifecycle_action_heartbeat(
LifecycleHookName,
AutoScalingGroupName,
LifecycleActionToken = NULL,
InstanceId = NULL
)
LifecycleHookName |
[required] The name of the lifecycle hook. |
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
LifecycleActionToken |
A token that uniquely identifies a specific lifecycle action associated with an instance. Amazon EC2 Auto Scaling sends this token to the notification target that you specified when you created the lifecycle hook. |
InstanceId |
The ID of the instance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.