ApiDnsMap

data class ApiDnsMap(val http: String? = null, val realtime: String? = null)

A map of DNS names for the AppSync API.

Constructors

Link copied to clipboard
constructor(http: String? = null, realtime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val http: String? = null

The domain name of the Api's HTTP endpoint.

Link copied to clipboard
val realtime: String? = null

The domain name of the Api's real-time endpoint.