Class ApiGatewayIntegrationTlsConfig.Jsii$Proxy
- java.lang.Object
-
- software.amazon.jsii.JsiiObject
-
- software.aws.awsprototypingsdk.openapigateway.ApiGatewayIntegrationTlsConfig.Jsii$Proxy
-
- All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable,ApiGatewayIntegrationTlsConfig
- Enclosing interface:
- ApiGatewayIntegrationTlsConfig
@Stability(Experimental) @Internal public static final class ApiGatewayIntegrationTlsConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements ApiGatewayIntegrationTlsConfig
An implementation forApiGatewayIntegrationTlsConfig
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationMode
-
Nested classes/interfaces inherited from interface software.aws.awsprototypingsdk.openapigateway.ApiGatewayIntegrationTlsConfig
ApiGatewayIntegrationTlsConfig.Builder, ApiGatewayIntegrationTlsConfig.Jsii$Proxy
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)Constructor that initializes the object based on values retrieved from the JsiiObject.protectedJsii$Proxy(ApiGatewayIntegrationTlsConfig.Builder builder)Constructor that initializes the object based on literal property values passed by theApiGatewayIntegrationTlsConfig.Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.fasterxml.jackson.databind.JsonNode$jsii$toJson()booleanequals(Object o)BooleangetInsecureSkipVerification()(experimental) Specifies whether or not API Gateway skips verification that the certificate for an integration endpoint is issued by a supported certificate authority.inthashCode()
-
-
-
Constructor Detail
-
Jsii$Proxy
protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.- Parameters:
objRef- Reference to the JSII managed object.
-
Jsii$Proxy
protected Jsii$Proxy(ApiGatewayIntegrationTlsConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by theApiGatewayIntegrationTlsConfig.Builder.
-
-
Method Detail
-
getInsecureSkipVerification
public final Boolean getInsecureSkipVerification()
Description copied from interface:ApiGatewayIntegrationTlsConfig(experimental) 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.
- Specified by:
getInsecureSkipVerificationin interfaceApiGatewayIntegrationTlsConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
-