class Aws::ApiGatewayV2::Types::TlsConfigInput
The TLS configuration for a private integration. If you specify a TLS configuration, private integration traffic uses the HTTPS protocol. Supported only for HTTP APIs.
@note When making an API call, you may pass TlsConfigInput
data as a hash: { server_name_to_verify: "StringWithLengthBetween1And512", }
@!attribute [rw] server_name_to_verify
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. @return [String]
Constants
- SENSITIVE