CreateAccessTokenResponse

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 access token.

Link copied to clipboard

The unique string that identifies the request and ensures idempotency.

Link copied to clipboard

The date and time when the access token was created.

Link copied to clipboard

The ID of the DNS view associated with this access token.

Link copied to clipboard

The date and time when the access token expires.

Link copied to clipboard
val id: String

The unique identifier for the access token.

Link copied to clipboard
val name: String?

The name of the access token.

Link copied to clipboard

The operational status of the access token.

Link copied to clipboard

The access token value. This token should be included in DoH and DoT requests for authentication. Keep this value secure as it provides access to your Route 53 Global Resolver.

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