You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::ApiGatewayV2::Types::TlsConfigInput

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing TlsConfigInput as input to an Aws::Client method, you can use a vanilla Hash:

{
  server_name_to_verify: "StringWithLengthBetween1And512",
}

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.

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#server_name_to_verifyString

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.

Returns:

  • (String)

    If you specify a server name, API Gateway uses it to verify the hostname on the integration\'s certificate.