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

autoscaling_describe_load_balancer_target_groups

Describes the target groups for the specified Auto Scaling group


Description

Describes the target groups for the specified Auto Scaling group.

Usage

autoscaling_describe_load_balancer_target_groups(AutoScalingGroupName,
  NextToken, MaxRecords)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

NextToken

The token for the next set of items to return. (You received this token from a previous call.)

MaxRecords

The maximum number of items to return with this call. The default value is 100 and the maximum value is 100.

Value

A list with the following syntax:

list(
  LoadBalancerTargetGroups = list(
    list(
      LoadBalancerTargetGroupARN = "string",
      State = "string"
    )
  ),
  NextToken = "string"
)

Request syntax

svc$describe_load_balancer_target_groups(
  AutoScalingGroupName = "string",
  NextToken = "string",
  MaxRecords = 123
)

Examples

## Not run: 
# This example describes the target groups attached to the specified Auto
# Scaling group.
svc$describe_load_balancer_target_groups(
  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.