certificatePaths

@JvmName(name = "mwrhkmncgyamupsb")
suspend fun certificatePaths(value: Output<TlsCertificatePathsArgs>)
@JvmName(name = "uupodnqiybdlstuf")
suspend fun certificatePaths(value: TlsCertificatePathsArgs?)

Parameters

value

Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.


@JvmName(name = "wagfulhkpcmxaguv")
suspend fun certificatePaths(argument: suspend TlsCertificatePathsArgsBuilder.() -> Unit)

Parameters

argument

Specifies the certificate and private key paths. This field is applicable only if tlsCertificateSource is set to USE_PATH.