UpdateServiceRequest
import type { UpdateServiceRequest } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";interface UpdateServiceRequest {
capacityProviderStrategy?: CapacityProviderStrategyItem[] | null;
cluster?: string | null;
deploymentConfiguration?: DeploymentConfiguration | null;
desiredCount?: number | null;
enableExecuteCommand?: boolean | null;
forceNewDeployment?: boolean | null;
healthCheckGracePeriodSeconds?: number | null;
networkConfiguration?: NetworkConfiguration | null;
placementConstraints?: PlacementConstraint[] | null;
placementStrategy?: PlacementStrategy[] | null;
platformVersion?: string | null;
service: string;
taskDefinition?: string | null;
}§Properties
§
capacityProviderStrategy?: CapacityProviderStrategyItem[] | null
[src]§
deploymentConfiguration?: DeploymentConfiguration | null
[src]§
networkConfiguration?: NetworkConfiguration | null
[src]§
placementConstraints?: PlacementConstraint[] | null
[src]§
placementStrategy?: PlacementStrategy[] | null
[src]