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

CreatePublicDnsNamespaceRequest

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

§Properties

§
CreatorRequestId?: string | null
[src]

A unique string that identifies the request and that allows failed CreatePublicDnsNamespace 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.

§

Properties for the public 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.