tlsVersions

@JvmName(name = "rcbjtbmrhufaajqi")
suspend fun tlsVersions(value: Output<List<String>>)
@JvmName(name = "lvvxbbolbbxbvxrm")
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 = "ksgvjokkacpuqnab")
suspend fun tlsVersions(vararg values: Output<String>)


@JvmName(name = "xkbsujdgxyawuekc")
suspend fun tlsVersions(values: List<Output<String>>)
@JvmName(name = "vvbwwxkmglymalkw")
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.