AppIngressCustomDomainArgs

data class AppIngressCustomDomainArgs(val certificateBindingType: Output<String>? = null, val certificateId: Output<String>, val name: Output<String>) : ConvertibleToJava<AppIngressCustomDomainArgs>

Constructors

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

Properties

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

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

Link copied to clipboard
val certificateId: Output<String>

The ID of the Container App Environment Certificate.

Link copied to clipboard
val name: Output<String>

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

Functions

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