@Generated(value="jsii-pacmak/1.26.0 (build 7d76e02)", date="2021-03-25T11:29:21.450Z") @Stability(value=Experimental) public interface HttpProxyIntegrationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpProxyIntegrationProps.Builder
A builder for
HttpProxyIntegrationProps |
static class |
HttpProxyIntegrationProps.Jsii$Proxy
An implementation for
HttpProxyIntegrationProps |
| Modifier and Type | Method and Description |
|---|---|
static HttpProxyIntegrationProps.Builder |
builder() |
default HttpMethod |
getMethod()
(experimental) The HTTP method that must be used to invoke the underlying HTTP proxy.
|
String |
getUrl()
(experimental) The full-qualified HTTP URL for the HTTP integration.
|
@Stability(value=Experimental) @NotNull String getUrl()
@Stability(value=Experimental) @Nullable default HttpMethod getMethod()
Default: HttpMethod.ANY
@Stability(value=Experimental) static HttpProxyIntegrationProps.Builder builder()
HttpProxyIntegrationProps.Builder of HttpProxyIntegrationPropsCopyright © 2021. All rights reserved.