ServerCertificateCommonNamesArgs

data class ServerCertificateCommonNamesArgs(val commonNames: Output<List<ServerCertificateCommonNameArgs>>? = null, val x509StoreName: Output<String>? = null) : ConvertibleToJava<ServerCertificateCommonNamesArgs>

Describes a list of server certificates referenced by common name that are used to secure the cluster.

Constructors

Link copied to clipboard
constructor(commonNames: Output<List<ServerCertificateCommonNameArgs>>? = null, x509StoreName: Output<String>? = null)

Properties

Link copied to clipboard

The list of server certificates referenced by common name that are used to secure the cluster.

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

The local certificate store location.

Functions

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