data class InferenceClusterSslArgs(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) : ConvertibleToJava<InferenceClusterSslArgs>
The certificate for the SSL configuration.Conflicts with ssl.0.leaf_domain_label,ssl.0.overwrite_existing_domain. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".
The cname of the SSL configuration.Conflicts with ssl.0.leaf_domain_label,ssl.0.overwrite_existing_domain. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".
The key content for the SSL configuration.Conflicts with ssl.0.leaf_domain_label,ssl.0.overwrite_existing_domain. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".
The leaf domain label for the SSL configuration. Conflicts with ssl.0.cert,ssl.0.key,ssl.0.cname. Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".
Whether or not to overwrite existing leaf domain. Conflicts with ssl.0.cert,ssl.0.key,ssl.0.cname Changing this forces a new Machine Learning Inference Cluster to be created. Defaults to "".