Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

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.

Value

A list with the following syntax:

list(
  LifecycleHooks = list(
    list(
      LifecycleHookName = "string",
      AutoScalingGroupName = "string",
      LifecycleTransition = "string",
      NotificationTargetARN = "string",
      RoleARN = "string",
      NotificationMetadata = "string",
      HeartbeatTimeout = 123,
      GlobalTimeout = 123,
      DefaultResult = "string"
    )
  )
)

Request syntax

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

Examples

## Not run: 
# This example describes the lifecycle hooks for the specified Auto
# Scaling group.
svc$describe_lifecycle_hooks(
  AutoScalingGroupName = "my-auto-scaling-group"
)

## End(Not run)

paws.management

Amazon Web Services Management & Governance Services

v0.1.11
Apache License (>= 2.0)
Authors
David Kretch [aut, cre], Adam Banker [aut], Amazon.com, Inc. [cph]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.