AppIngressCustomDomainArgs

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

Constructors

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

Properties

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

The Binding type.

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

The ID of the Container App Environment Certificate.

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

The name for this Container App. Changing this forces a new resource to be created.

Functions

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