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

CreatePrivateDnsNamespaceRequest

import type { CreatePrivateDnsNamespaceRequest } from "https://aws-api.deno.dev/v0.3/services/servicediscovery.ts?docs=full";
interface CreatePrivateDnsNamespaceRequest {
CreatorRequestId?: string | null;
Description?: string | null;
Name: string;
Properties?: PrivateDnsNamespaceProperties | null;
Tags?: Tag[] | null;
Vpc: string;
}

§Properties

§
CreatorRequestId?: string | null
[src]

A unique string that identifies the request and that allows failed CreatePrivateDnsNamespace requests to be retried without the risk of running the operation twice. CreatorRequestId can be any unique string (for example, a date/timestamp).

§
Description?: string | null
[src]

A description for the namespace.

§
Name: string
[src]

The name that you want to assign to this namespace. When you create a private DNS namespace, Cloud Map automatically creates an Amazon Route 53 private hosted zone that has the same name as the namespace.

§

Properties for the private DNS namespace.

§
Tags?: Tag[] | null
[src]

The tags to add to the namespace. Each tag consists of a key and an optional value that you define. Tags keys can be up to 128 characters in length, and tag values can be up to 256 characters in length.

§
Vpc: string
[src]

The ID of the Amazon VPC that you want to associate the namespace with.