@Generated(value="jsii-pacmak/1.70.0 (build 03c2f6f)", date="2022-11-01T13:16:41.058Z") @Stability(value=Experimental) 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
(experimental) 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)
(experimental) 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=Experimental)
public AwsIntegration(@NotNull
AwsIntegrationProps props)
props - This parameter is required.@Stability(value=Experimental) @NotNull public IntegrationConfig bind(@NotNull Method method)
bind in class Integrationmethod - This parameter is required.Copyright © 2022. All rights reserved.