DeepCreatedCustomDomainResponse

data class DeepCreatedCustomDomainResponse(val hostName: String, val name: String, val validationData: String? = null)

Custom domains created on the CDN endpoint.

Constructors

Link copied to clipboard
constructor(hostName: String, name: String, validationData: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The host name of the custom domain. Must be a domain name.

Link copied to clipboard

Custom domain name.

Link copied to clipboard
val validationData: String? = null

Special validation or data may be required when delivering CDN to some regions due to local compliance reasons. E.g. ICP license number of a custom domain is required to deliver content in China.