environments
Retrieves a list of environments
in a region
Overview
Name | environments |
Type | Resource |
Description | environments |
Id | awscc.elasticbeanstalk.environments |
Fields
Name | Datatype | Description |
---|---|---|
environment_name | string | A unique name for the environment. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
environment_name
FROM awscc.elasticbeanstalk.environments
WHERE region = 'us-east-1'
Permissions
To operate on the environments
resource, the following permissions are required:
Create
elasticbeanstalk:DescribeEnvironments,
elasticbeanstalk:CreateEnvironment,
iam:PassRole
List
elasticbeanstalk:DescribeEnvironments