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

ContainerConfiguration

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

Describes the container configurations within the tasks of your Amazon ECS service.

interface ContainerConfiguration {
containerName?: string | null;
cpu?: number | null;
memorySizeConfiguration?: MemorySizeConfiguration | null;
}

§Properties

§
containerName?: string | null
[src]

The name of the container.

§
cpu?: number | null
[src]

The number of CPU units reserved for the container.

§
memorySizeConfiguration?: MemorySizeConfiguration | null
[src]

The memory size configurations for the container.