@Stability(value=Experimental) @Internal public static final class HttpRouteIntegrationConfig.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpRouteIntegrationConfig
HttpRouteIntegrationConfigsoftware.amazon.jsii.JsiiObject.InitializationModeHttpRouteIntegrationConfig.Builder, HttpRouteIntegrationConfig.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpRouteIntegrationConfig.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpRouteIntegrationConfig.Builder. |
protected |
Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
Constructor that initializes the object based on values retrieved from the JsiiObject.
|
| Modifier and Type | Method and Description |
|---|---|
com.fasterxml.jackson.databind.JsonNode |
$jsii$toJson() |
boolean |
equals(Object o) |
String |
getConnectionId()
(experimental) The ID of the VPC link for a private integration.
|
HttpConnectionType |
getConnectionType()
(experimental) The type of the network connection to the integration endpoint.
|
IntegrationCredentials |
getCredentials()
(experimental) The credentials with which to invoke the integration.
|
HttpMethod |
getMethod()
(experimental) The HTTP method that must be used to invoke the underlying proxy.
|
ParameterMapping |
getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
PayloadFormatVersion |
getPayloadFormatVersion()
(experimental) Payload format version in the case of lambda proxy integration.
|
String |
getSecureServerName()
(experimental) Specifies the server name to verified by HTTPS when calling the backend integration.
|
HttpIntegrationSubtype |
getSubtype()
(experimental) Integration subtype.
|
HttpIntegrationType |
getType()
(experimental) Integration type.
|
String |
getUri()
(experimental) Integration URI.
|
int |
hashCode() |
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitbuilderprotected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
objRef - Reference to the JSII managed object.protected Jsii$Proxy(HttpRouteIntegrationConfig.Builder builder)
HttpRouteIntegrationConfig.Builder.public final PayloadFormatVersion getPayloadFormatVersion()
HttpRouteIntegrationConfigDefault: - undefined
getPayloadFormatVersion in interface HttpRouteIntegrationConfigpublic final HttpIntegrationType getType()
HttpRouteIntegrationConfiggetType in interface HttpRouteIntegrationConfigpublic final String getConnectionId()
HttpRouteIntegrationConfigSupported only for HTTP APIs.
Default: - undefined
getConnectionId in interface HttpRouteIntegrationConfigpublic final HttpConnectionType getConnectionType()
HttpRouteIntegrationConfigDefault: HttpConnectionType.INTERNET
getConnectionType in interface HttpRouteIntegrationConfigpublic final IntegrationCredentials getCredentials()
HttpRouteIntegrationConfigDefault: - no credentials, use resource-based permissions on supported AWS services
getCredentials in interface HttpRouteIntegrationConfigpublic final HttpMethod getMethod()
HttpRouteIntegrationConfig
Required for HttpIntegrationType.HTTP_PROXY
Default: - undefined
getMethod in interface HttpRouteIntegrationConfigpublic final ParameterMapping getParameterMapping()
HttpRouteIntegrationConfigDefault: undefined requests are sent to the backend unmodified
getParameterMapping in interface HttpRouteIntegrationConfigpublic final String getSecureServerName()
HttpRouteIntegrationConfigDefault: undefined private integration traffic will use HTTP protocol
public final HttpIntegrationSubtype getSubtype()
HttpRouteIntegrationConfigDefault: - none, required if no `integrationUri` is defined.
getSubtype in interface HttpRouteIntegrationConfigpublic final String getUri()
HttpRouteIntegrationConfigDefault: - none, required if no `integrationSubtype` is defined.
getUri in interface HttpRouteIntegrationConfig@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.