Skip to main content

configuration_templates

Retrieves a list of configuration_templates in a region

Overview

Nameconfiguration_templates
TypeResource
Descriptionconfiguration_templates
Idawscc.elasticbeanstalk.configuration_templates

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

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
application_name,
template_name
FROM awscc.elasticbeanstalk.configuration_templates
WHERE region = 'us-east-1'

Permissions

To operate on the configuration_templates resource, the following permissions are required:

Create

elasticbeanstalk:CreateConfigurationTemplate

List

elasticbeanstalk:DescribeApplications