tlsVersions

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

Parameters

value

The TLS protocol versions that are supported. Valid values: TLSv1.0, TLSv1.1, TLSv1.2 and TLSv1.3.


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


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

Parameters

values

The TLS protocol versions that are supported. Valid values: TLSv1.0, TLSv1.1, TLSv1.2 and TLSv1.3.