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

FirewallDomainList

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

High-level information about a list of firewall domains for use in a "FirewallRule". This is returned by "GetFirewallDomainList".

To retrieve the domains that are defined for this domain list, call "ListFirewallDomains".

interface FirewallDomainList {
Arn?: string | null;
CreationTime?: string | null;
CreatorRequestId?: string | null;
DomainCount?: number | null;
Id?: string | null;
ManagedOwnerName?: string | null;
ModificationTime?: string | null;
Name?: string | null;
Status?: FirewallDomainListStatus | null;
StatusMessage?: string | null;
}

§Properties

§
Arn?: string | null
[src]

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

§
CreationTime?: string | null
[src]

The date and time that the domain list was created, in Unix time format and Coordinated Universal Time (UTC).

§
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.

§
DomainCount?: number | null
[src]

The number of domain names that are specified in the domain list.

§
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.

§
ModificationTime?: string | null
[src]

The date and time that the domain list was last modified, in Unix time format and Coordinated Universal Time (UTC).

§
Name?: string | null
[src]

The name of the domain list.

§

The status of the domain list.

§
StatusMessage?: string | null
[src]

Additional information about the status of the list, if available.