@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:36.086Z") @Stability(value=Stable) public class AwsIntegration extends Integration
It is intended for calling all AWS service actions, but is not recommended for calling a Lambda function, because the Lambda custom integration is a legacy technology.
Example:
AwsIntegration getMessageIntegration = AwsIntegration.Builder.create()
.service("sqs")
.path("queueName")
.region("eu-west-1")
.build();
| Modifier and Type | Class and Description |
|---|---|
static class |
AwsIntegration.Builder
A fluent builder for
AwsIntegration. |
| Modifier | Constructor and Description |
|---|---|
|
AwsIntegration(AwsIntegrationProps props) |
protected |
AwsIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode) |
protected |
AwsIntegration(software.amazon.jsii.JsiiObjectRef objRef) |
| Modifier and Type | Method and Description |
|---|---|
IntegrationConfig |
bind(Method method)
Can be overridden by subclasses to allow the integration to interact with the method being integrated, access the REST API object, method ARNs, etc.
|
jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSetprotected AwsIntegration(software.amazon.jsii.JsiiObjectRef objRef)
protected AwsIntegration(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
@Stability(value=Stable)
public AwsIntegration(@NotNull
AwsIntegrationProps props)
props - This parameter is required.@Stability(value=Stable) @NotNull public IntegrationConfig bind(@NotNull Method method)
bind in class Integrationmethod - This parameter is required.Copyright © 2022. All rights reserved.