IntegrationTlsConfigArgs

data class IntegrationTlsConfigArgs(val serverNameToVerify: Output<String>? = null) : ConvertibleToJava<IntegrationTlsConfigArgs>

Constructors

Link copied to clipboard
fun IntegrationTlsConfigArgs(serverNameToVerify: Output<String>? = null)

Functions

Link copied to clipboard
open override fun toJava(): IntegrationTlsConfigArgs

Properties

Link copied to clipboard
val serverNameToVerify: Output<String>? = null

If you specify a server name, API Gateway uses it to verify the hostname on the integration's certificate. The server name is also included in the TLS handshake to support Server Name Indication (SNI) or virtual hosting.