tlsVersions

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

Parameters

value

The version of TLS protocol. You can find the corresponding value description in the document center What is Tls Cipher Policy.


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


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

Parameters

values

The version of TLS protocol. You can find the corresponding value description in the document center What is Tls Cipher Policy.