@Generated(value="jsii-pacmak/1.29.0 (build 41df200)", date="2021-06-02T09:54:56.816Z") @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.
| 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 © 2021. All rights reserved.