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

CreateFirewallDomainListRequest

import type { CreateFirewallDomainListRequest } from "https://aws-api.deno.dev/v0.4/services/route53resolver.ts?docs=full";
interface CreateFirewallDomainListRequest {
CreatorRequestId: string;
Name: string;
Tags?: Tag[] | null;
}

§Properties

§
CreatorRequestId: string
[src]

A unique string that identifies the request and that allows you to retry failed requests without the risk of running the operation twice. CreatorRequestId can be any unique string, for example, a date/time stamp.

§
Name: string
[src]

A name that lets you identify the domain list to manage and use it.

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

A list of the tag keys and values that you want to associate with the domain list.