paws.management (version 0.1.0)

autoscaling_describe_lifecycle_hooks: Describes the lifecycle hooks for the specified Auto Scaling group

Description

Describes the lifecycle hooks for the specified Auto Scaling group.

Usage

autoscaling_describe_lifecycle_hooks(AutoScalingGroupName,
  LifecycleHookNames)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

LifecycleHookNames

The names of one or more lifecycle hooks. If you omit this parameter, all lifecycle hooks are described.

Request syntax

svc$describe_lifecycle_hooks(
  AutoScalingGroupName = "string",
  LifecycleHookNames = list(
    "string"
  )
)

Examples

Run this code
# NOT RUN {
# This example describes the lifecycle hooks for the specified Auto
# Scaling group.
# }
# NOT RUN {
svc$describe_lifecycle_hooks(
  AutoScalingGroupName = "my-auto-scaling-group"
)
# }
# NOT RUN {
# }

Run the code above in your browser using DataLab