IntegrationTlsConfigArgs

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

Constructors

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

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.

Functions

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