tlsVersions

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


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