Gets information about the traffic sources for the specified Auto Scaling group
Source:R/autoscaling_operations.R
autoscaling_describe_traffic_sources.RdGets information about the traffic sources for the specified Auto Scaling group.
See https://www.paws-r-sdk.com/docs/autoscaling_describe_traffic_sources/ for full documentation.
Usage
autoscaling_describe_traffic_sources(
AutoScalingGroupName,
TrafficSourceType = NULL,
NextToken = NULL,
MaxRecords = NULL
)Arguments
- AutoScalingGroupName
[required] The name of the Auto Scaling group.
- TrafficSourceType
The traffic source type that you want to describe.
The following lists the valid values:
elbif the traffic source is a Classic Load Balancer.elbv2if the traffic source is a Application Load Balancer, Gateway Load Balancer, or Network Load Balancer.vpc-latticeif the traffic source is VPC Lattice.
- 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 maximum value is
50.