aws.elasticbeanstalk.describe_environment_resources
Example SQL Queries
SELECT * FROMaws.elasticbeanstalk.describe_environment_resources;Description
Returns AWS resources for this environment.
Table Definition
| Column Name | Column Data Type |
|---|---|
| environment_id Input Column The ID of the environment to retrieve AWS resource usage data. Condition: You must specify either this or an EnvironmentName, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error. | VARCHAR |
| environment_name Input Column The name of the environment to retrieve AWS resource usage data. Condition: You must specify either this or an EnvironmentId, or both. If you do not specify either, AWS Elastic Beanstalk returns MissingRequiredParameter error. | VARCHAR |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| environment_resources A list of EnvironmentResourceDescription. | STRUCT( |
Show child fields
| |