CreateServiceRequest
import type { CreateServiceRequest } from "https://aws-api-16vtt531a2w0.deno.dev/v0.2/services/servicediscovery.ts";interface CreateServiceRequest {
CreatorRequestId?: string | null;
Description?: string | null;
DnsConfig?: DnsConfig | null;
HealthCheckConfig?: HealthCheckConfig | null;
HealthCheckCustomConfig?: HealthCheckCustomConfig | null;
Name: string;
NamespaceId?: string | null;
Tags?: Tag[] | null;
Type?: ServiceTypeOption | null;
}§Properties
§
HealthCheckConfig?: HealthCheckConfig | null
[src]§
HealthCheckCustomConfig?: HealthCheckCustomConfig | null
[src]§
Type?: ServiceTypeOption | null
[src]