ServiceSummary
import type { ServiceSummary } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicediscovery.ts";interface ServiceSummary {
Arn?: string | null;
CreateDate?: Date | number | null;
Description?: string | null;
DnsConfig?: DnsConfig | null;
HealthCheckConfig?: HealthCheckConfig | null;
HealthCheckCustomConfig?: HealthCheckCustomConfig | null;
Id?: string | null;
InstanceCount?: number | null;
Name?: string | null;
Type?: ServiceType | null;
}§Properties
§
HealthCheckConfig?: HealthCheckConfig | null
[src]§
HealthCheckCustomConfig?: HealthCheckCustomConfig | null
[src]§
Type?: ServiceType | null
[src]