tlsVersions

@JvmName(name = "xbbqjnbxhbbouvur")
suspend fun tlsVersions(value: Output<List<String>>)
@JvmName(name = "mahdusndushtukxj")
suspend fun tlsVersions(value: List<String>?)

Parameters

value

The supported versions of the Transport Layer Security (TLS) protocol. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3. You can specify at most four TLS versions.


@JvmName(name = "gjontgfcixkhxuua")
suspend fun tlsVersions(vararg values: Output<String>)


@JvmName(name = "hkubtvvyqjexnjke")
suspend fun tlsVersions(values: List<Output<String>>)
@JvmName(name = "usrxnhwtuwplnuln")
suspend fun tlsVersions(vararg values: String)

Parameters

values

The supported versions of the Transport Layer Security (TLS) protocol. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3. You can specify at most four TLS versions.