CustomDomainArgs

data class CustomDomainArgs(val bindingType: Output<Either<String, BindingType>>? = null, val certificateId: Output<String>? = null, val name: Output<String>) : ConvertibleToJava<CustomDomainArgs>

Custom Domain of a Container App

Constructors

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

Properties

Link copied to clipboard
val bindingType: Output<Either<String, BindingType>>? = null

Custom Domain binding type.

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

Resource Id of the Certificate to be bound to this hostname. Must exist in the Managed Environment.

Link copied to clipboard
val name: Output<String>

Hostname.

Functions

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