Skip to main content

configuration_templates_list_only

Lists configuration_templates in a region or regions, for all properties use configuration_templates

Overview

Nameconfiguration_templates_list_only
TypeResource
DescriptionResource Type definition for AWS::ElasticBeanstalk::ConfigurationTemplate
Idaws.elasticbeanstalk.configuration_templates_list_only

Fields

NameDatatypeDescription
application_namestringThe name of the Elastic Beanstalk application to associate with this configuration template.
template_namestringThe name of the configuration template
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

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