DnsViewSummary

Summary information about a DNS view.

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 DNS view.

Link copied to clipboard

The unique string that identifies the request and ensures idempotency.

Link copied to clipboard

The date and time when the DNS view was created.

Link copied to clipboard

A description of the DNS view.

Link copied to clipboard

Whether DNSSEC validation is enabled for the DNS view.

Link copied to clipboard

Whether EDNS Client Subnet injection is enabled for the DNS view.

Link copied to clipboard

Whether firewall rules fail open when they cannot be evaluated.

Link copied to clipboard

The ID of the global resolver that the DNS view is associated with.

Link copied to clipboard
val id: String

The unique identifier of the DNS view.

Link copied to clipboard

The name of the DNS view.

Link copied to clipboard

The current status of the DNS view.

Link copied to clipboard

The date and time when the DNS view was last updated.

Functions

Link copied to clipboard
inline fun copy(block: DnsViewSummary.Builder.() -> Unit = {}): DnsViewSummary
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