reverse Proxy Certificate Common Names
suspend fun reverseProxyCertificateCommonNames(value: Output<ClusterReverseProxyCertificateCommonNamesArgs>)
suspend fun reverseProxyCertificateCommonNames(value: ClusterReverseProxyCertificateCommonNamesArgs?)
Parameters
value
A reverse_proxy_certificate_common_names
block as defined below. Conflicts with reverse_proxy_certificate
.
suspend fun reverseProxyCertificateCommonNames(argument: suspend ClusterReverseProxyCertificateCommonNamesArgsBuilder.() -> Unit)
Parameters
argument
A reverse_proxy_certificate_common_names
block as defined below. Conflicts with reverse_proxy_certificate
.