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

FirewallDomainListMetadata

import type { FirewallDomainListMetadata } from "https://aws-api.deno.dev/v0.3/services/route53resolver.ts?docs=full";

Minimal high-level information for a firewall domain list. The action "ListFirewallDomainLists" returns an array of these objects.

To retrieve full information for a firewall domain list, call "GetFirewallDomainList" and "ListFirewallDomains".

interface FirewallDomainListMetadata {
Arn?: string | null;
CreatorRequestId?: string | null;
Id?: string | null;
ManagedOwnerName?: string | null;
Name?: string | null;
}

§Properties

§
Arn?: string | null
[src]

The Amazon Resource Name (ARN) of the firewall domain list metadata.

§
CreatorRequestId?: string | null
[src]

A unique string defined by you to identify the request. This allows you to retry failed requests without the risk of running the operation twice. This can be any unique string, for example, a timestamp.

§
Id?: string | null
[src]

The ID of the domain list.

§
ManagedOwnerName?: string | null
[src]

The owner of the list, used only for lists that are not managed by you. For example, the managed domain list AWSManagedDomainsMalwareDomainList has the managed owner name Route 53 Resolver DNS Firewall.

§
Name?: string | null
[src]

The name of the domain list.