AppIngressCustomDomain

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Binding type.

Link copied to clipboard
val certificateId: String? = null

The ID of the Container App Environment Certificate.

Link copied to clipboard
val name: String? = null

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