Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

DescribeEnvironmentHealthResult

import type { DescribeEnvironmentHealthResult } from "https://aws-api.deno.dev/v0.4/services/elasticbeanstalk.ts?docs=full";

Health details for an AWS Elastic Beanstalk environment.

interface DescribeEnvironmentHealthResult {
ApplicationMetrics?: ApplicationMetrics | null;
Causes: string[];
Color?: string | null;
EnvironmentName?: string | null;
HealthStatus?: string | null;
InstancesHealth?: InstanceHealthSummary | null;
RefreshedAt?: Date | number | null;
Status?: EnvironmentHealth | null;
}

§Properties

§
ApplicationMetrics?: ApplicationMetrics | null
[src]

Application request metrics for the environment.

§
Causes: string[]
[src]

Descriptions of the data that contributed to the environment's current health status.

§
Color?: string | null
[src]

The health color of the environment.

§
EnvironmentName?: string | null
[src]

The environment's name.

§
HealthStatus?: string | null
[src]

The health status of the environment. For example, Ok.

§
InstancesHealth?: InstanceHealthSummary | null
[src]

Summary health information for the instances in the environment.

§
RefreshedAt?: Date | number | null
[src]

The date and time that the health information was retrieved.

§
Status?: EnvironmentHealth | null
[src]

The environment's operational status. Ready, Launching, Updating, Terminating, or Terminated.