originSslProtocols

@JvmName(name = "momwesmlklmijywi")
suspend fun originSslProtocols(value: Output<List<String>>)
@JvmName(name = "blyoifhblidcftoq")
suspend fun originSslProtocols(value: List<String>)

Parameters

value

SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS. A list of one or more of SSLv3, TLSv1, TLSv1.1, and TLSv1.2.


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


@JvmName(name = "wyhmarkjqfwxvxnt")
suspend fun originSslProtocols(values: List<Output<String>>)
@JvmName(name = "ygfwiycswnkhnylo")
suspend fun originSslProtocols(vararg values: String)

Parameters

values

SSL/TLS protocols that you want CloudFront to use when communicating with your origin over HTTPS. A list of one or more of SSLv3, TLSv1, TLSv1.1, and TLSv1.2.