CustomHostnameSslCustomCertBundleArgs

data class CustomHostnameSslCustomCertBundleArgs(val customCertificate: Output<String>, val customKey: Output<String>) : ConvertibleToJava<CustomHostnameSslCustomCertBundleArgs>

Constructors

Link copied to clipboard
constructor(customCertificate: Output<String>, customKey: Output<String>)

Properties

Link copied to clipboard

If a custom uploaded certificate is used.

Link copied to clipboard
val customKey: Output<String>

The key for a custom uploaded certificate.

Functions

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