DomainMappingSpec

data class DomainMappingSpec(val certificateMode: String? = null, val forceOverride: Boolean? = null, val routeName: String)

Constructors

Link copied to clipboard
constructor(certificateMode: String? = null, forceOverride: Boolean? = null, routeName: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val certificateMode: String? = null

The mode of the certificate. Default value is AUTOMATIC. Possible values are: NONE, AUTOMATIC.

Link copied to clipboard
val forceOverride: Boolean? = null

If set, the mapping will override any mapping set before this spec was set. It is recommended that the user leaves this empty to receive an error warning about a potential conflict and only set it once the respective UI has given such a warning.

Link copied to clipboard

The name of the Cloud Run Service that this DomainMapping applies to. The route must exist.