Cluster Certificate Common Names Args
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>)