FirewallDomainList

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.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val arn: String?

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

Link copied to clipboard

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

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val id: String?

The ID of the domain list.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the domain list.

Link copied to clipboard

The status of the domain list.

Link copied to clipboard

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

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String