Ssl Configuration Args
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
fun SslConfigurationArgs(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)