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

Environment

import type { Environment } from "https://aws-api.deno.dev/v0.4/services/appconfig.ts?docs=full";
interface Environment {
ApplicationId?: string | null;
Description?: string | null;
Id?: string | null;
Monitors?: Monitor[] | null;
Name?: string | null;
State?: EnvironmentState | null;
}

§Properties

§
ApplicationId?: string | null
[src]

The application ID.

§
Description?: string | null
[src]

The description of the environment.

§
Id?: string | null
[src]

The environment ID.

§
Monitors?: Monitor[] | null
[src]

Amazon CloudWatch alarms monitored during the deployment.

§
Name?: string | null
[src]

The name of the environment.

§
State?: EnvironmentState | null
[src]

The state of the environment. An environment can be in one of the following states: READY_FOR_DEPLOYMENT, DEPLOYING, ROLLING_BACK, or ROLLED_BACK