View source: R/autoscaling_operations.R
autoscaling_complete_lifecycle_action | R Documentation |
Completes the lifecycle action for the specified token or instance with the specified result.
See https://www.paws-r-sdk.com/docs/autoscaling_complete_lifecycle_action/ for full documentation.
autoscaling_complete_lifecycle_action(
LifecycleHookName,
AutoScalingGroupName,
LifecycleActionToken = NULL,
LifecycleActionResult,
InstanceId = NULL
)
LifecycleHookName |
[required] The name of the lifecycle hook. |
AutoScalingGroupName |
[required] The name of the Auto Scaling group. |
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. |
LifecycleActionResult |
[required] The action for the group to take. You can specify either |
InstanceId |
The ID of the instance. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.