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
fun AppSpecDomainNameArgs(name: Output<String>, type: Output<String>? = null, wildcard: Output<Boolean>? = null, zone: Output<String>? = null)

Functions

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

Properties

Link copied to clipboard
val name: Output<String>

The name of the component.

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

The type of the environment variable, GENERAL or SECRET.

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.