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

SingleInstanceHealth

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

Detailed health information about an Amazon EC2 instance in your Elastic Beanstalk environment.

interface SingleInstanceHealth {
ApplicationMetrics?: ApplicationMetrics | null;
AvailabilityZone?: string | null;
Causes: string[];
Color?: string | null;
Deployment?: Deployment | null;
HealthStatus?: string | null;
InstanceId?: string | null;
InstanceType?: string | null;
LaunchedAt?: Date | number | null;
System?: SystemStatus | null;
}

§Properties

§
ApplicationMetrics?: ApplicationMetrics | null
[src]

Request metrics from your application.

§
AvailabilityZone?: string | null
[src]

The availability zone in which the instance runs.

§
Causes: string[]
[src]

Represents the causes, which provide more information about the current health status.

§
Color?: string | null
[src]

Represents the color indicator that gives you information about the health of the EC2 instance. For more information, see Health Colors and Statuses.

§
Deployment?: Deployment | null
[src]

Information about the most recent deployment to an instance.

§
HealthStatus?: string | null
[src]

Returns the health status of the specified instance. For more information, see Health Colors and Statuses.

§
InstanceId?: string | null
[src]

The ID of the Amazon EC2 instance.

§
InstanceType?: string | null
[src]

The instance's type.

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

The time at which the EC2 instance was launched.

§
System?: SystemStatus | null
[src]

Operating system metrics from the instance.