Domain Mapping Spec
data class DomainMappingSpec(val certificateMode: String? = null, val forceOverride: Boolean? = null, val routeName: String)
Properties
Link copied to clipboard
The mode of the certificate. Default value is AUTOMATIC
. Possible values are: NONE
, AUTOMATIC
.
Link copied to clipboard
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.