ClusterCertificateCommonNamesArgs

data class ClusterCertificateCommonNamesArgs(val commonNames: Output<List<ClusterCertificateCommonNamesCommonNameArgs>>, val x509StoreName: Output<String>) : ConvertibleToJava<ClusterCertificateCommonNamesArgs>

Constructors

Link copied to clipboard
constructor(commonNames: Output<List<ClusterCertificateCommonNamesCommonNameArgs>>, x509StoreName: Output<String>)

Properties

Link copied to clipboard

A common_names block as defined below.

Link copied to clipboard
val x509StoreName: Output<String>

The X509 Store where the Certificate Exists, such as My.

Functions

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