AppSpecDomainName

data class AppSpecDomainName(val name: String, val type: String? = null, val wildcard: Boolean? = null, val zone: String? = null)

Constructors

Link copied to clipboard
constructor(name: String, type: String? = null, wildcard: Boolean? = null, zone: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The hostname for the domain.

Link copied to clipboard
val type: String? = null

The domain type, which can be one of the following:

Link copied to clipboard
val wildcard: Boolean? = null

A boolean indicating whether the domain includes all sub-domains, in addition to the given domain.

Link copied to clipboard
val zone: String? = null

If the domain uses DigitalOcean DNS and you would like App Platform to automatically manage it for you, set this to the name of the domain on your account.