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

TaskDefinition

import type { TaskDefinition } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";
interface TaskDefinition {
compatibilities?: Compatibility[] | null;
containerDefinitions?: ContainerDefinition[] | null;
cpu?: string | null;
deregisteredAt?: Date | number | null;
ephemeralStorage?: EphemeralStorage | null;
executionRoleArn?: string | null;
family?: string | null;
inferenceAccelerators?: InferenceAccelerator[] | null;
ipcMode?: IpcMode | null;
memory?: string | null;
networkMode?: NetworkMode | null;
pidMode?: PidMode | null;
placementConstraints?: TaskDefinitionPlacementConstraint[] | null;
proxyConfiguration?: ProxyConfiguration | null;
registeredAt?: Date | number | null;
registeredBy?: string | null;
requiresAttributes?: Attribute[] | null;
requiresCompatibilities?: Compatibility[] | null;
revision?: number | null;
status?: TaskDefinitionStatus | null;
taskDefinitionArn?: string | null;
taskRoleArn?: string | null;
volumes?: Volume[] | null;
}

§Properties

§
compatibilities?: Compatibility[] | null
[src]
§
containerDefinitions?: ContainerDefinition[] | null
[src]
§
cpu?: string | null
[src]
§
deregisteredAt?: Date | number | null
[src]
§
ephemeralStorage?: EphemeralStorage | null
[src]
§
executionRoleArn?: string | null
[src]
§
family?: string | null
[src]
§
inferenceAccelerators?: InferenceAccelerator[] | null
[src]
§
ipcMode?: IpcMode | null
[src]
§
memory?: string | null
[src]
§
networkMode?: NetworkMode | null
[src]
§
pidMode?: PidMode | null
[src]
§
placementConstraints?: TaskDefinitionPlacementConstraint[] | null
[src]
§
proxyConfiguration?: ProxyConfiguration | null
[src]
§
registeredAt?: Date | number | null
[src]
§
registeredBy?: string | null
[src]
§
requiresAttributes?: Attribute[] | null
[src]
§
requiresCompatibilities?: Compatibility[] | null
[src]
§
revision?: number | null
[src]
§
taskDefinitionArn?: string | null
[src]
§
taskRoleArn?: string | null
[src]
§
volumes?: Volume[] | null
[src]