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

Class: Aws::APIGateway::Types::TlsConfig

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

Overview

Note:

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

{
  insecure_skip_verification: false,
}

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#insecure_skip_verificationBoolean

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 HTTP and HTTP_PROXY integrations.

Returns:

  • (Boolean)

    Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a [supported certificate authority][1].