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]§
LaunchType?: LaunchType | null
[src]§
NetworkConfiguration?: NetworkConfiguration | null
[src]§
PlacementConstraints?: PlacementConstraint[] | null
[src]§
PlacementStrategy?: PlacementStrategy[] | null
[src]§
PropagateTags?: PropagateTags | null
[src]