GetAppSpecDomain

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the component.

Link copied to clipboard

The type of the environment variable, GENERAL or SECRET.

Link copied to clipboard

Indicates 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.