AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.
Specifies the TLS configuration for an integration.
Namespace: Amazon.APIGateway.Model
Assembly: AWSSDK.APIGateway.dll
Version: 3.x.y.z
public class TlsConfig
The TlsConfig type exposes the following members
Name | Description | |
---|---|---|
TlsConfig() |
Name | Type | Description | |
---|---|---|---|
InsecureSkipVerification | System.Boolean |
Gets and sets the property InsecureSkipVerification.
Specifies whether or not API Gateway skips verification that the certificate for an
integration endpoint is issued by a supported certificate authority. This isn’t recommended,
but it enables you to use certificates that are signed by private certificate authorities,
or certificates that are self-signed. If enabled, API Gateway still performs basic
certificate validation, which includes checking the certificate's expiration date,
hostname, and presence of a root certificate authority. Supported only for
Enabling |
.NET:
Supported in: 8.0 and newer, Core 3.1
.NET Standard:
Supported in: 2.0
.NET Framework:
Supported in: 4.5 and newer, 3.5