GetDomainNameResult

data class GetDomainNameResult(val appSyncDomainName: String? = null, val description: String? = null, val hostedZoneId: String? = null)

Constructors

Link copied to clipboard
constructor(appSyncDomainName: String? = null, description: String? = null, hostedZoneId: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The domain name provided by AWS AppSync .

Link copied to clipboard
val description: String? = null

The decription for your domain name.

Link copied to clipboard
val hostedZoneId: String? = null

The ID of your Amazon Route 53 hosted zone.