Deployment
import type { Deployment } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";interface Deployment {
capacityProviderStrategy?: CapacityProviderStrategyItem[] | null;
createdAt?: Date | number | null;
desiredCount?: number | null;
failedTasks?: number | null;
id?: string | null;
launchType?: LaunchType | null;
networkConfiguration?: NetworkConfiguration | null;
pendingCount?: number | null;
platformVersion?: string | null;
rolloutState?: DeploymentRolloutState | null;
rolloutStateReason?: string | null;
runningCount?: number | null;
status?: string | null;
taskDefinition?: string | null;
updatedAt?: Date | number | null;
}§Properties
§
capacityProviderStrategy?: CapacityProviderStrategyItem[] | null
[src]§
launchType?: LaunchType | null
[src]§
networkConfiguration?: NetworkConfiguration | null
[src]§
rolloutState?: DeploymentRolloutState | null
[src]