AppIngressCustomDomain

data class AppIngressCustomDomain(val certificateBindingType: String? = null, val certificateId: String, val name: String)

Constructors

Link copied to clipboard
constructor(certificateBindingType: String? = null, certificateId: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Binding type. Possible values include Disabled and SniEnabled. Defaults to Disabled.

Link copied to clipboard

The ID of the Container App Environment Certificate.

Link copied to clipboard

The hostname of the Certificate. Must be the CN or a named SAN in the certificate.