Service
import type { Service } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/ecs.ts";interface Service {
capacityProviderStrategy?: CapacityProviderStrategyItem[] | null;
clusterArn?: string | null;
createdAt?: Date | number | null;
createdBy?: string | null;
deploymentConfiguration?: DeploymentConfiguration | null;
deploymentController?: DeploymentController | null;
deployments?: Deployment[] | null;
desiredCount?: number | null;
enableECSManagedTags?: boolean | null;
enableExecuteCommand?: boolean | null;
events?: ServiceEvent[] | null;
healthCheckGracePeriodSeconds?: number | null;
launchType?: LaunchType | null;
loadBalancers?: LoadBalancer[] | null;
networkConfiguration?: NetworkConfiguration | null;
pendingCount?: number | null;
placementConstraints?: PlacementConstraint[] | null;
placementStrategy?: PlacementStrategy[] | null;
platformVersion?: string | null;
propagateTags?: PropagateTags | null;
roleArn?: string | null;
runningCount?: number | null;
schedulingStrategy?: SchedulingStrategy | null;
serviceArn?: string | null;
serviceName?: string | null;
serviceRegistries?: ServiceRegistry[] | null;
status?: string | null;
tags?: Tag[] | null;
taskDefinition?: string | null;
taskSets?: TaskSet[] | null;
}§Properties
§
capacityProviderStrategy?: CapacityProviderStrategyItem[] | null
[src]§
deploymentConfiguration?: DeploymentConfiguration | null
[src]§
deploymentController?: DeploymentController | null
[src]§
deployments?: Deployment[] | null
[src]§
events?: ServiceEvent[] | null
[src]§
launchType?: LaunchType | null
[src]§
loadBalancers?: LoadBalancer[] | null
[src]§
networkConfiguration?: NetworkConfiguration | null
[src]§
placementConstraints?: PlacementConstraint[] | null
[src]§
placementStrategy?: PlacementStrategy[] | null
[src]§
propagateTags?: PropagateTags | null
[src]§
schedulingStrategy?: SchedulingStrategy | null
[src]§
serviceRegistries?: ServiceRegistry[] | null
[src]