| Package | Description |
|---|---|
| software.amazon.awscdk.services.lambda |
AWS Lambda Construct Library
|
| Modifier and Type | Method and Description |
|---|---|
static CfnEventInvokeConfig.Builder |
CfnEventInvokeConfig.Builder.create(software.constructs.Construct scope,
String id) |
CfnEventInvokeConfig.Builder |
CfnEventInvokeConfig.Builder.destinationConfig(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig)
A destination for events after they have been sent to a function for processing.
|
CfnEventInvokeConfig.Builder |
CfnEventInvokeConfig.Builder.destinationConfig(IResolvable destinationConfig)
A destination for events after they have been sent to a function for processing.
|
CfnEventInvokeConfig.Builder |
CfnEventInvokeConfig.Builder.functionName(String functionName)
The name of the Lambda function.
|
CfnEventInvokeConfig.Builder |
CfnEventInvokeConfig.Builder.maximumEventAgeInSeconds(Number maximumEventAgeInSeconds)
The maximum age of a request that Lambda sends to a function for processing.
|
CfnEventInvokeConfig.Builder |
CfnEventInvokeConfig.Builder.maximumRetryAttempts(Number maximumRetryAttempts)
The maximum number of times to retry when the function returns an error.
|
CfnEventInvokeConfig.Builder |
CfnEventInvokeConfig.Builder.qualifier(String qualifier)
The identifier of a version or alias.
|
Copyright © 2022. All rights reserved.