AppSpecDomainNameArgs

data class AppSpecDomainNameArgs(val name: Output<String>, val type: Output<String>? = null, val wildcard: Output<Boolean>? = null, val zone: Output<String>? = null) : ConvertibleToJava<AppSpecDomainNameArgs>

Constructors

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

Properties

Link copied to clipboard
val name: Output<String>

The hostname for the domain.

Link copied to clipboard
val type: Output<String>? = null

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

Link copied to clipboard
val wildcard: Output<Boolean>? = null

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

Link copied to clipboard
val zone: Output<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.

Functions

Link copied to clipboard
open override fun toJava(): AppSpecDomainNameArgs