awsc.resource_asg._asg_determine_launch_info

awsc.resource_asg._asg_determine_launch_info(asg)

Column callback for determining the name of the launch configuration or launch template associated with an autoscaling group.

Parameters:
asgdict

Partial raw JSON response from the AWS API, one autoscaling group object.

Returns:
str

The name of the launch configuration or launch template associated with the ASG, or empty if not found.