Class IntegrationTlsConfigArgs.Builder

  • Enclosing class:
    IntegrationTlsConfigArgs

    public static final class IntegrationTlsConfigArgs.Builder
    extends java.lang.Object
    • Method Detail

      • insecureSkipVerification

        public IntegrationTlsConfigArgs.Builder insecureSkipVerification​(@Nullable
                                                                         com.pulumi.core.Output<java.lang.Boolean> insecureSkipVerification)
        Parameters:
        insecureSkipVerification - Whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a [supported certificate authority](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html). 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:
        builder
      • insecureSkipVerification

        public IntegrationTlsConfigArgs.Builder insecureSkipVerification​(java.lang.Boolean insecureSkipVerification)
        Parameters:
        insecureSkipVerification - Whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a [supported certificate authority](https://docs.aws.amazon.com/apigateway/latest/developerguide/api-gateway-supported-certificate-authorities-for-http-endpoints.html). 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:
        builder