CreateGlobalResolverRequest

Types

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

Properties

Link copied to clipboard

A unique string that identifies the request and ensures idempotency. If you make multiple requests with the same client token, only one Route 53 Global Resolver is created.

Link copied to clipboard

An optional description for the Route 53 Global Resolver instance. Maximum length of 1024 characters.

Link copied to clipboard
val name: String?

A descriptive name for the Route 53 Global Resolver instance. Maximum length of 64 characters.

Link copied to clipboard

The AWS region where query resolution logs and metrics will be aggregated and delivered. If not specified, logging is not enabled.

Link copied to clipboard

List of AWS regions where the Route 53 Global Resolver will operate. The resolver will be distributed across these regions to provide global availability and low-latency DNS resolution.

Link copied to clipboard

Tags to associate with the Route 53 Global Resolver. Tags are key-value pairs that help you organize and identify your resources.

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