@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.816Z") @Stability(value=Experimental) public interface AwsIntegrationProps extends software.amazon.jsii.JsiiSerializable
| Modifier and Type | Interface and Description |
|---|---|
static class |
AwsIntegrationProps.Builder
A builder for
AwsIntegrationProps |
static class |
AwsIntegrationProps.Jsii$Proxy
An implementation for
AwsIntegrationProps |
| Modifier and Type | Method and Description |
|---|---|
static AwsIntegrationProps.Builder |
builder() |
default String |
getAction()
(experimental) The AWS action to perform in the integration.
|
default Map<String,String> |
getActionParameters()
(experimental) Parameters for the action.
|
default String |
getIntegrationHttpMethod()
(experimental) The integration's HTTP method type.
|
default IntegrationOptions |
getOptions()
(experimental) Integration options, such as content handling, request/response mapping, etc.
|
default String |
getPath()
(experimental) The path to use for path-base APIs.
|
default Boolean |
getProxy()
(experimental) Use AWS_PROXY integration.
|
default String |
getRegion()
(experimental) The region of the integrated AWS service.
|
String |
getService()
(experimental) The name of the integrated AWS service (e.g.
|
default String |
getSubdomain()
(experimental) A designated subdomain supported by certain AWS service for fast host-name lookup.
|
@Stability(value=Experimental) @NotNull String getService()
@Stability(value=Experimental) @Nullable default String getAction()
Use actionParams to specify key-value params for the action.
Mutually exclusive with path.
@Stability(value=Experimental) @Nullable default Map<String,String> getActionParameters()
action must be set, and path must be undefined.
The action params will be URL encoded.
@Stability(value=Experimental) @Nullable default String getIntegrationHttpMethod()
Default: POST
@Stability(value=Experimental) @Nullable default IntegrationOptions getOptions()
@Stability(value=Experimental) @Nullable default String getPath()
For example, for S3 GET, you can set path to bucket/key.
For lambda, you can set path to 2015-03-31/functions/${function-arn}/invocations
Mutually exclusive with the action options.
@Stability(value=Experimental) @Nullable default Boolean getProxy()
Default: false
@Stability(value=Experimental) @Nullable default String getRegion()
Default: - same region as the stack
@Stability(value=Experimental) @Nullable default String getSubdomain()
@Stability(value=Experimental) static AwsIntegrationProps.Builder builder()
AwsIntegrationProps.Builder of AwsIntegrationPropsCopyright © 2021. All rights reserved.