configuration_templates
Retrieves a list of configuration_templates
in a region
Overview
Name | configuration_templates |
Type | Resource |
Description | configuration_templates |
Id | awscc.elasticbeanstalk.configuration_templates |
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
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