tlsVersions

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


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