Amazon EC2 Auto Scaling · Example Payload

Ec2 Auto Scaling Put Lifecycle Hook Type Example

Amazon Web ServicesAuto-ScalingComputeEC2High AvailabilityScaling

Ec2 Auto Scaling Put Lifecycle Hook Type Example is an example object payload from Amazon EC2 Auto Scaling, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

LifecycleHookNameAutoScalingGroupNameLifecycleTransitionRoleARNNotificationTargetARN

Example Payload

Raw ↑
{
  "LifecycleHookName": "example-resource-name",
  "AutoScalingGroupName": "example-resource-name",
  "LifecycleTransition": "example-string",
  "RoleARN": "arn:aws:service:us-east-1:123456789012:resource/example",
  "NotificationTargetARN": "arn:aws:service:us-east-1:123456789012:resource/example"
}