Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
Synopsis
Documentation
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.
See: newTlsConfig
smart constructor.
TlsConfig' | |
|
Instances
Eq TlsConfig Source # | |
Read TlsConfig Source # | |
Show TlsConfig Source # | |
Generic TlsConfig Source # | |
NFData TlsConfig Source # | |
Defined in Amazonka.ApiGatewayV2.Types.TlsConfig | |
Hashable TlsConfig Source # | |
Defined in Amazonka.ApiGatewayV2.Types.TlsConfig | |
FromJSON TlsConfig Source # | |
type Rep TlsConfig Source # | |
Defined in Amazonka.ApiGatewayV2.Types.TlsConfig type Rep TlsConfig = D1 ('MetaData "TlsConfig" "Amazonka.ApiGatewayV2.Types.TlsConfig" "libZSservicesZSamazonka-apigatewayv2ZSamazonka-apigatewayv2" 'False) (C1 ('MetaCons "TlsConfig'" 'PrefixI 'True) (S1 ('MetaSel ('Just "serverNameToVerify") 'NoSourceUnpackedness 'NoSourceStrictness 'DecidedStrict) (Rec0 (Maybe Text)))) |
newTlsConfig :: TlsConfig Source #
Create a value of TlsConfig
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:serverNameToVerify:TlsConfig'
, tlsConfig_serverNameToVerify
- 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.