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

EcsParameters

import type { EcsParameters } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/eventbridge.ts";
interface EcsParameters {
CapacityProviderStrategy?: CapacityProviderStrategyItem[] | null;
EnableECSManagedTags?: boolean | null;
EnableExecuteCommand?: boolean | null;
Group?: string | null;
LaunchType?: LaunchType | null;
NetworkConfiguration?: NetworkConfiguration | null;
PlacementConstraints?: PlacementConstraint[] | null;
PlacementStrategy?: PlacementStrategy[] | null;
PlatformVersion?: string | null;
PropagateTags?: PropagateTags | null;
ReferenceId?: string | null;
Tags?: Tag[] | null;
TaskCount?: number | null;
TaskDefinitionArn: string;
}

§Properties

§
CapacityProviderStrategy?: CapacityProviderStrategyItem[] | null
[src]
§
EnableECSManagedTags?: boolean | null
[src]
§
EnableExecuteCommand?: boolean | null
[src]
§
Group?: string | null
[src]
§
LaunchType?: LaunchType | null
[src]
§
NetworkConfiguration?: NetworkConfiguration | null
[src]
§
PlacementConstraints?: PlacementConstraint[] | null
[src]
§
PlacementStrategy?: PlacementStrategy[] | null
[src]
§
PlatformVersion?: string | null
[src]
§
PropagateTags?: PropagateTags | null
[src]
§
ReferenceId?: string | null
[src]
§
Tags?: Tag[] | null
[src]
§
TaskCount?: number | null
[src]
§
TaskDefinitionArn: string
[src]