configuration_templates_list_only
Lists configuration_templates
in a region or regions, for all properties use configuration_templates
Overview
Name | configuration_templates_list_only |
Type | Resource |
Description | Resource Type definition for AWS::ElasticBeanstalk::ConfigurationTemplate |
Id | aws.elasticbeanstalk.configuration_templates_list_only |
Fields
Name | Datatype | Description |
---|---|---|
application_name | string | The name of the Elastic Beanstalk application to associate with this configuration template. |
template_name | string | The name of the configuration template |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all configuration_templates
in a region.
SELECT
region,
application_name,
template_name
FROM aws.elasticbeanstalk.configuration_templates_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the configuration_templates_list_only
resource, see configuration_templates