IntegrationTlsConfig

data class IntegrationTlsConfig(val serverNameToVerify: String? = null)

Constructors

Link copied to clipboard
constructor(serverNameToVerify: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

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.