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

ComputeEnvironmentDetail

import type { ComputeEnvironmentDetail } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/batch.ts";
interface ComputeEnvironmentDetail {
computeEnvironmentArn: string;
computeEnvironmentName: string;
computeResources?: ComputeResource | null;
ecsClusterArn: string;
serviceRole?: string | null;
state?: CEState | null;
status?: CEStatus | null;
statusReason?: string | null;
tags?: {
[key: string]: string | null | undefined;
}
| null;
type?: CEType | null;
}

§Properties

§
computeEnvironmentArn: string
[src]
§
computeEnvironmentName: string
[src]
§
computeResources?: ComputeResource | null
[src]
§
ecsClusterArn: string
[src]
§
serviceRole?: string | null
[src]
§
state?: CEState | null
[src]
§
status?: CEStatus | null
[src]
§
statusReason?: string | null
[src]
§
tags?: {
[key: string]: string | null | undefined;
}
| null
[src]
§
type?: CEType | null
[src]