Get Domain Mapping Result
data class GetDomainMappingResult(val name: String, val resourceRecords: List<ResourceRecordResponse>, val sslSettings: SslSettingsResponse)
Constructors
Link copied to clipboard
constructor(name: String, resourceRecords: List<ResourceRecordResponse>, sslSettings: SslSettingsResponse)
Properties
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.