tlsVersions

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

Parameters

value

The supported versions of the Transport Layer Security (TLS) protocol. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3. You can specify at most four TLS versions.


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


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

Parameters

values

The supported versions of the Transport Layer Security (TLS) protocol. Valid values: TLSv1.0, TLSv1.1, TLSv1.2, and TLSv1.3. You can specify at most four TLS versions.