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

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

§
CreatorRequestId?: string | null
[src]
§
Description?: string | null
[src]
§
DnsConfig?: DnsConfig | null
[src]
§
HealthCheckConfig?: HealthCheckConfig | null
[src]
§
HealthCheckCustomConfig?: HealthCheckCustomConfig | null
[src]
§
Name: string
[src]
§
NamespaceId?: string | null
[src]
§
Tags?: Tag[] | null
[src]