TlsConfigInput class
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.
Constructors
- TlsConfigInput({String? serverNameToVerify})
Properties
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- serverNameToVerify → String?
-
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.
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited