DomainArgs

data class DomainArgs(val domainName: Output<String>? = null, val domainRedirect: Output<DomainRedirectArgs>? = null, val project: Output<String>? = null, val site: Output<String>? = null, val siteId: Output<String>? = null) : ConvertibleToJava<DomainArgs>

Creates a domain mapping on the specified site. Auto-naming is currently not supported for this resource.

Constructors

Link copied to clipboard
fun DomainArgs(domainName: Output<String>? = null, domainRedirect: Output<DomainRedirectArgs>? = null, project: Output<String>? = null, site: Output<String>? = null, siteId: Output<String>? = null)

Functions

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

Properties

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

The domain name of the association.

Link copied to clipboard
val domainRedirect: Output<DomainRedirectArgs>? = null

If set, the domain should redirect with the provided parameters.

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

The site name of the association.

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