DomainMappingSpecArgs

data class DomainMappingSpecArgs(val certificateMode: Output<String>? = null, val forceOverride: Output<Boolean>? = null, val routeName: Output<String>) : ConvertibleToJava<DomainMappingSpecArgs>

Constructors

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

Properties

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

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

Link copied to clipboard
val forceOverride: Output<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
val routeName: Output<String>

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

Functions

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