@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.849Z") @Stability(value=Experimental) public interface HttpIntegrationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
HttpIntegrationProps.Builder
A builder for
HttpIntegrationProps |
static class |
HttpIntegrationProps.Jsii$Proxy
An implementation for
HttpIntegrationProps |
| Modifier and Type | Method and Description |
|---|---|
static HttpIntegrationProps.Builder |
builder() |
default String |
getHttpMethod()
(experimental) HTTP method to use when invoking the backend URL.
|
default IntegrationOptions |
getOptions()
(experimental) Integration options, such as request/resopnse mapping, content handling, etc.
|
default Boolean |
getProxy()
(experimental) Determines whether to use proxy integration or custom integration.
|
@Stability(value=Experimental) @Nullable default String getHttpMethod()
Default: GET
@Stability(value=Experimental) @Nullable default IntegrationOptions getOptions()
Default: defaults based on `IntegrationOptions` defaults
@Stability(value=Experimental) @Nullable default Boolean getProxy()
Default: true
@Stability(value=Experimental) static HttpIntegrationProps.Builder builder()
HttpIntegrationProps.Builder of HttpIntegrationPropsCopyright © 2021. All rights reserved.