launch_configurations_list_only
Lists launch_configurations in a region or regions, for all properties use launch_configurations
Overview
| Name | launch_configurations_list_only |
| Type | Resource |
| Description | The AWS::AutoScaling::LaunchConfiguration resource specifies the launch configuration that can be used by an Auto Scaling group to configure Amazon EC2 instances. |
| Id | aws.autoscaling.launch_configurations_list_only |
Fields
| Name | Datatype | Description |
|---|---|---|
launch_configuration_name | string | The name of the launch configuration. This name must be unique per Region per account. |
region | string | AWS region. |
Methods
| Name | Accessible by | Required Params |
|---|---|---|
list_resources | SELECT | region |
SELECT examples
Lists all launch_configurations in a region.
SELECT
region,
launch_configuration_name
FROM aws.autoscaling.launch_configurations_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the launch_configurations_list_only resource, see launch_configurations