GetDomainMappingResult

data class GetDomainMappingResult(val name: String, val resourceRecords: List<ResourceRecordResponse>, val sslSettings: SslSettingsResponse)

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Full path to the DomainMapping resource in the API. Example: apps/myapp/domainMapping/example.com.

Link copied to clipboard

The resource records required to configure this domain mapping. These records must be added to the domain's DNS configuration in order to serve the application via this domain mapping.

Link copied to clipboard

SSL configuration for this domain. If unconfigured, this domain will not serve with SSL.