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

ECSService

import type { ECSService } from "https://aws-api.deno.dev/v0.3/services/codedeploy.ts?docs=full";

Contains the service and cluster names used to identify an Amazon ECS deployment's target.

interface ECSService {
clusterName?: string | null;
serviceName?: string | null;
}

§Properties

§
clusterName?: string | null
[src]

The name of the cluster that the Amazon ECS service is associated with.

§
serviceName?: string | null
[src]

The name of the target Amazon ECS service.