@Stability(value=Experimental) @Internal public static final class HttpPrivateIntegrationOptions.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements HttpPrivateIntegrationOptions
HttpPrivateIntegrationOptionssoftware.amazon.jsii.JsiiObject.InitializationModeHttpPrivateIntegrationOptions.Builder, HttpPrivateIntegrationOptions.Jsii$Proxy| Modifier | Constructor and Description |
|---|---|
protected |
Jsii$Proxy(HttpPrivateIntegrationOptions.Builder builder)
Constructor that initializes the object based on literal property values passed by the
HttpPrivateIntegrationOptions.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) |
HttpMethod |
getMethod()
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
ParameterMapping |
getParameterMapping()
(experimental) Specifies how to transform HTTP requests before sending them to the backend.
|
String |
getSecureServerName()
(experimental) Specifies the server name to verified by HTTPS when calling the backend integration.
|
IVpcLink |
getVpcLink()
(experimental) The vpc link to be used for the private integration.
|
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(HttpPrivateIntegrationOptions.Builder builder)
HttpPrivateIntegrationOptions.Builder.public final HttpMethod getMethod()
HttpPrivateIntegrationOptionsDefault: HttpMethod.ANY
getMethod in interface HttpPrivateIntegrationOptionspublic final ParameterMapping getParameterMapping()
HttpPrivateIntegrationOptionsDefault: undefined requests are sent to the backend unmodified
getParameterMapping in interface HttpPrivateIntegrationOptionspublic final String getSecureServerName()
HttpPrivateIntegrationOptionsDefault: undefined private integration traffic will use HTTP protocol
public final IVpcLink getVpcLink()
HttpPrivateIntegrationOptionsDefault: - a new VpcLink is created
getVpcLink in interface HttpPrivateIntegrationOptions@Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
$jsii$toJson in interface software.amazon.jsii.JsiiSerializableCopyright © 2022. All rights reserved.