| Column Name | Column Data Type |
attribute_names Input Column
Specify the response elements to return. To retrieve all attributes, set to All. If no attribute names are specified, returns the name of the environment. | VARCHAR[] |
Show child fields- attribute_names[]
|
environment_id Input Column
Specify the environment by ID. You must specify either this or an EnvironmentName, or both. | VARCHAR |
environment_name Input Column
The environment's name. | 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( "type" VARCHAR, "name" VARCHAR, "account_id" VARCHAR, "via_profile_name" VARCHAR, "assumed_role_arn" VARCHAR, "organization" STRUCT( "account_name" VARCHAR, "id" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[], "master_account" STRUCT( "id" VARCHAR, "email" VARCHAR ), "parents" STRUCT( "type" VARCHAR, "id" VARCHAR, "name" VARCHAR, "tags" STRUCT( "key" VARCHAR, "value" VARCHAR )[] )[] ) ) |
Show child fields- _aws_profile.account_id
The AWS account id
- _aws_profile.assumed_role_arn
The ARN of the assumed role
- _aws_profile.name
The unique name of the profile.
- _aws_profile.organization
Information about this profile's membership in the AWS organization. Show child fields- _aws_profile.organization.account_name
The name of account speciifed by the organization
- _aws_profile.organization.id
The organization id
- _aws_profile.organization.master_account
Show child fields- _aws_profile.organization.master_account.email
The organization master account email address
- _aws_profile.organization.master_account.id
The organization master account id
- _aws_profile.organization.parents[]
Show child fields- _aws_profile.organization.parents[].id
The id of the parent
- _aws_profile.organization.parents[].name
The name of the parent
- _aws_profile.organization.parents[].tags[]
Show child fields- _aws_profile.organization.parents[].tags[].key
- _aws_profile.organization.parents[].tags[].value
- _aws_profile.organization.parents[].type
The type of parent can be an organization unit or a root
- _aws_profile.organization.tags[]
Show child fields- _aws_profile.organization.tags[].key
- _aws_profile.organization.tags[].value
- _aws_profile.type
The type of profile, either 'credentials' or 'assumed_role'
- _aws_profile.via_profile_name
This IAM role for this profile is assumed by first utilizing another profile with this name to obtain credentials.
|
_aws_region Input Column
The AWS region to use. | VARCHAR |
application_metrics
Application request metrics for the environment. | STRUCT( "duration" BIGINT, "request_count" BIGINT, "status_codes" STRUCT( "status2xx" BIGINT, "status3xx" BIGINT, "status4xx" BIGINT, "status5xx" BIGINT ), "latency" STRUCT( "p999" DOUBLE, "p99" DOUBLE, "p95" DOUBLE, "p90" DOUBLE, "p85" DOUBLE, "p75" DOUBLE, "p50" DOUBLE, "p10" DOUBLE ) ) |
Show child fields- application_metrics.duration
The amount of time that the metrics cover (usually 10 seconds). For example, you might have 5 requests (request_count) within the most recent time slice of 10 seconds (duration).
- application_metrics.latency
Represents the average latency for the slowest X percent of requests over the last 10 seconds. Latencies are in seconds with one millisecond resolution. Show child fields- application_metrics.latency.p10
The average latency for the slowest 90 percent of requests over the last 10 seconds.
- application_metrics.latency.p50
The average latency for the slowest 50 percent of requests over the last 10 seconds.
- application_metrics.latency.p75
The average latency for the slowest 25 percent of requests over the last 10 seconds.
- application_metrics.latency.p85
The average latency for the slowest 15 percent of requests over the last 10 seconds.
- application_metrics.latency.p90
The average latency for the slowest 10 percent of requests over the last 10 seconds.
- application_metrics.latency.p95
The average latency for the slowest 5 percent of requests over the last 10 seconds.
- application_metrics.latency.p99
The average latency for the slowest 1 percent of requests over the last 10 seconds.
- application_metrics.latency.p999
The average latency for the slowest 0.1 percent of requests over the last 10 seconds.
- application_metrics.request_count
Average number of requests handled by the web server per second over the last 10 seconds.
- application_metrics.status_codes
Represents the percentage of requests over the last 10 seconds that resulted in each type of status code response. Show child fields- application_metrics.status_codes.status2xx
The percentage of requests over the last 10 seconds that resulted in a 2xx (200, 201, etc.) status code.
- application_metrics.status_codes.status3xx
The percentage of requests over the last 10 seconds that resulted in a 3xx (300, 301, etc.) status code.
- application_metrics.status_codes.status4xx
The percentage of requests over the last 10 seconds that resulted in a 4xx (400, 401, etc.) status code.
- application_metrics.status_codes.status5xx
The percentage of requests over the last 10 seconds that resulted in a 5xx (500, 501, etc.) status code.
|
causes
Descriptions of the data that contributed to the environment's current health status. | VARCHAR[] |
Show child fields- causes[]
|
color
The health color of the environment. | VARCHAR |
health_status
The health status of the environment. For example, Ok. | VARCHAR |
instances_health
Summary health information for the instances in the environment. | STRUCT( "no_data" BIGINT, "unknown" BIGINT, "pending" BIGINT, "ok" BIGINT, "info" BIGINT, "warning" BIGINT, "degraded" BIGINT, "severe" BIGINT ) |
Show child fields- instances_health.degraded
Red. The health agent is reporting a high number of request failures or other issues for an instance or environment.
- instances_health.info
Green. An operation is in progress on an instance.
- instances_health.no_data
Grey. AWS Elastic Beanstalk and the health agent are reporting no data on an instance.
- instances_health.ok
Green. An instance is passing health checks and the health agent is not reporting any problems.
- instances_health.pending
Grey. An operation is in progress on an instance within the command timeout.
- instances_health.severe
Red. The health agent is reporting a very high number of request failures or other issues for an instance or environment.
- instances_health.unknown
Grey. AWS Elastic Beanstalk and the health agent are reporting an insufficient amount of data on an instance.
- instances_health.warning
Yellow. The health agent is reporting a moderate number of request failures or other issues for an instance or environment.
|
refreshed_at
The date and time that the health information was retrieved. | TIMESTAMP_S |
status
The environment's operational status. Ready, Launching, Updating, Terminating, or Terminated. | VARCHAR |