autoscaling_describe_warm_pool: Gets information about a warm pool and its instances

View source: R/autoscaling_operations.R

autoscaling_describe_warm_poolR Documentation

Gets information about a warm pool and its instances

Description

Gets information about a warm pool and its instances.

See https://www.paws-r-sdk.com/docs/autoscaling_describe_warm_pool/ for full documentation.

Usage

autoscaling_describe_warm_pool(
  AutoScalingGroupName,
  MaxRecords = NULL,
  NextToken = NULL
)

Arguments

AutoScalingGroupName

[required] The name of the Auto Scaling group.

MaxRecords

The maximum number of instances to return with this call. The maximum value is 50.

NextToken

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


paws.management documentation built on Sept. 12, 2023, 1:06 a.m.