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

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]
§
clusterArn?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
createdBy?: string | null
[src]
§
deploymentConfiguration?: DeploymentConfiguration | null
[src]
§
deploymentController?: DeploymentController | null
[src]
§
deployments?: Deployment[] | null
[src]
§
desiredCount?: number | null
[src]
§
enableECSManagedTags?: boolean | null
[src]
§
enableExecuteCommand?: boolean | null
[src]
§
events?: ServiceEvent[] | null
[src]
§
healthCheckGracePeriodSeconds?: number | null
[src]
§
launchType?: LaunchType | null
[src]
§
loadBalancers?: LoadBalancer[] | null
[src]
§
networkConfiguration?: NetworkConfiguration | null
[src]
§
pendingCount?: number | null
[src]
§
placementConstraints?: PlacementConstraint[] | null
[src]
§
placementStrategy?: PlacementStrategy[] | null
[src]
§
platformVersion?: string | null
[src]
§
propagateTags?: PropagateTags | null
[src]
§
roleArn?: string | null
[src]
§
runningCount?: number | null
[src]
§
schedulingStrategy?: SchedulingStrategy | null
[src]
§
serviceArn?: string | null
[src]
§
serviceName?: string | null
[src]
§
serviceRegistries?: ServiceRegistry[] | null
[src]
§
status?: string | null
[src]
§
tags?: Tag[] | null
[src]
§
taskDefinition?: string | null
[src]
§
taskSets?: TaskSet[] | null
[src]