SslConfigurationArgs

data class SslConfigurationArgs(val cert: Output<String>? = null, val cname: Output<String>? = null, val key: Output<String>? = null, val leafDomainLabel: Output<String>? = null, val overwriteExistingDomain: Output<Boolean>? = null, val status: Output<Either<String, SslConfigStatus>>? = null) : ConvertibleToJava<SslConfigurationArgs>

The ssl configuration for scoring

Constructors

Link copied to clipboard
constructor(cert: Output<String>? = null, cname: Output<String>? = null, key: Output<String>? = null, leafDomainLabel: Output<String>? = null, overwriteExistingDomain: Output<Boolean>? = null, status: Output<Either<String, SslConfigStatus>>? = null)

Properties

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

Cert data

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

CNAME of the cert

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

Key data

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

Leaf domain label of public endpoint

Link copied to clipboard
val overwriteExistingDomain: Output<Boolean>? = null

Indicates whether to overwrite existing domain label.

Link copied to clipboard
val status: Output<Either<String, SslConfigStatus>>? = null

Enable or disable ssl for scoring

Functions

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