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

ContainerService

import type { ContainerService } from "https://aws-api-gyr5wj9zj0fg.deno.dev/v0.2/services/lightsail.ts";
interface ContainerService {
arn?: string | null;
containerServiceName?: string | null;
createdAt?: Date | number | null;
currentDeployment?: ContainerServiceDeployment | null;
isDisabled?: boolean | null;
location?: ResourceLocation | null;
nextDeployment?: ContainerServiceDeployment | null;
powerId?: string | null;
principalArn?: string | null;
privateDomainName?: string | null;
publicDomainNames?: {
[key: string]: string[] | null | undefined;
}
| null;
resourceType?: ResourceType | null;
scale?: number | null;
state?: ContainerServiceState | null;
stateDetail?: ContainerServiceStateDetail | null;
tags?: Tag[] | null;
url?: string | null;
}

§Properties

§
arn?: string | null
[src]
§
containerServiceName?: string | null
[src]
§
createdAt?: Date | number | null
[src]
§
currentDeployment?: ContainerServiceDeployment | null
[src]
§
isDisabled?: boolean | null
[src]
§
location?: ResourceLocation | null
[src]
§
nextDeployment?: ContainerServiceDeployment | null
[src]
§
powerId?: string | null
[src]
§
principalArn?: string | null
[src]
§
privateDomainName?: string | null
[src]
§
publicDomainNames?: {
[key: string]: string[] | null | undefined;
}
| null
[src]
§
resourceType?: ResourceType | null
[src]
§
scale?: number | null
[src]
§
tags?: Tag[] | null
[src]
§
url?: string | null
[src]