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;
power?: ContainerServicePowerName | null;
powerId?: string | null;
principalArn?: string | null;
privateDomainName?: string | null;
publicDomainNames?: {} | null;
[key: string]: string[] | null | undefined;
resourceType?: ResourceType | null;
scale?: number | null;
state?: ContainerServiceState | null;
stateDetail?: ContainerServiceStateDetail | null;
tags?: Tag[] | null;
url?: string | null;
}§Properties
§
currentDeployment?: ContainerServiceDeployment | null
[src]§
location?: ResourceLocation | null
[src]§
nextDeployment?: ContainerServiceDeployment | null
[src]§
power?: ContainerServicePowerName | null
[src]§
resourceType?: ResourceType | null
[src]§
state?: ContainerServiceState | null
[src]§
stateDetail?: ContainerServiceStateDetail | null
[src]