Class HttpRouteIntegrationConfig.Jsii$Proxy
java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegrationConfig.Jsii$Proxy
- All Implemented Interfaces:
HttpRouteIntegrationConfig,software.amazon.jsii.JsiiSerializable
- Enclosing interface:
- HttpRouteIntegrationConfig
@Stability(Experimental)
@Internal
public static final class HttpRouteIntegrationConfig.Jsii$Proxy
extends software.amazon.jsii.JsiiObject
implements HttpRouteIntegrationConfig
An implementation for
HttpRouteIntegrationConfig-
Nested Class Summary
Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject
software.amazon.jsii.JsiiObject.InitializationModeNested classes/interfaces inherited from interface software.amazon.awscdk.services.apigatewayv2.HttpRouteIntegrationConfig
HttpRouteIntegrationConfig.Builder, HttpRouteIntegrationConfig.Jsii$Proxy -
Constructor Summary
ConstructorsModifierConstructorDescriptionprotectedConstructor that initializes the object based on literal property values passed by theHttpRouteIntegrationConfig.Builder.protectedJsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef) Constructor that initializes the object based on values retrieved from the JsiiObject. -
Method Summary
Modifier and TypeMethodDescriptioncom.fasterxml.jackson.databind.JsonNodefinal booleanfinal String(experimental) The ID of the VPC link for a private integration.final HttpConnectionType(experimental) The type of the network connection to the integration endpoint.final IntegrationCredentials(experimental) The credentials with which to invoke the integration.final HttpMethod(experimental) The HTTP method that must be used to invoke the underlying proxy.final ParameterMapping(experimental) Specifies how to transform HTTP requests before sending them to the backend.final PayloadFormatVersion(experimental) Payload format version in the case of lambda proxy integration.final String(experimental) Specifies the server name to verified by HTTPS when calling the backend integration.final HttpIntegrationSubtype(experimental) Integration subtype.final HttpIntegrationTypegetType()(experimental) Integration type.final StringgetUri()(experimental) Integration URI.final inthashCode()Methods inherited from class software.amazon.jsii.JsiiObject
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet
-
Constructor Details
-
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
Constructor that initializes the object based on literal property values passed by theHttpRouteIntegrationConfig.Builder.
-
-
Method Details
-
getPayloadFormatVersion
Description copied from interface:HttpRouteIntegrationConfig(experimental) Payload format version in the case of lambda proxy integration.Default: - undefined
-
getType
Description copied from interface:HttpRouteIntegrationConfig(experimental) Integration type.- Specified by:
getTypein interfaceHttpRouteIntegrationConfig
-
getConnectionId
Description copied from interface:HttpRouteIntegrationConfig(experimental) The ID of the VPC link for a private integration.Supported only for HTTP APIs.
Default: - undefined
- Specified by:
getConnectionIdin interfaceHttpRouteIntegrationConfig
-
getConnectionType
Description copied from interface:HttpRouteIntegrationConfig(experimental) The type of the network connection to the integration endpoint.Default: HttpConnectionType.INTERNET
- Specified by:
getConnectionTypein interfaceHttpRouteIntegrationConfig
-
getCredentials
Description copied from interface:HttpRouteIntegrationConfig(experimental) The credentials with which to invoke the integration.Default: - no credentials, use resource-based permissions on supported AWS services
- Specified by:
getCredentialsin interfaceHttpRouteIntegrationConfig
-
getMethod
Description copied from interface:HttpRouteIntegrationConfig(experimental) The HTTP method that must be used to invoke the underlying proxy.Required for
HttpIntegrationType.HTTP_PROXYDefault: - undefined
- Specified by:
getMethodin interfaceHttpRouteIntegrationConfig
-
getParameterMapping
Description copied from interface:HttpRouteIntegrationConfig(experimental) Specifies how to transform HTTP requests before sending them to the backend.Default: undefined requests are sent to the backend unmodified
-
getSecureServerName
Description copied from interface:HttpRouteIntegrationConfig(experimental) Specifies the server name to verified by HTTPS when calling the backend integration.Default: undefined private integration traffic will use HTTP protocol
-
getSubtype
Description copied from interface:HttpRouteIntegrationConfig(experimental) Integration subtype.Default: - none, required if no `integrationUri` is defined.
- Specified by:
getSubtypein interfaceHttpRouteIntegrationConfig
-
getUri
Description copied from interface:HttpRouteIntegrationConfig(experimental) Integration URI.Default: - none, required if no `integrationSubtype` is defined.
- Specified by:
getUriin interfaceHttpRouteIntegrationConfig
-
$jsii$toJson
@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()- Specified by:
$jsii$toJsonin interfacesoftware.amazon.jsii.JsiiSerializable
-
equals
-
hashCode
public final int hashCode()
-