Uses of Class
software.amazon.awscdk.services.lambda.CfnEventInvokeConfig.Builder
Packages that use CfnEventInvokeConfig.Builder
-
Uses of CfnEventInvokeConfig.Builder in software.amazon.awscdk.services.lambda
Methods in software.amazon.awscdk.services.lambda that return CfnEventInvokeConfig.BuilderModifier and TypeMethodDescriptionstatic CfnEventInvokeConfig.BuilderCfnEventInvokeConfig.Builder.destinationConfig(IResolvable destinationConfig) A destination for events after they have been sent to a function for processing.CfnEventInvokeConfig.Builder.destinationConfig(CfnEventInvokeConfig.DestinationConfigProperty destinationConfig) A destination for events after they have been sent to a function for processing.CfnEventInvokeConfig.Builder.functionName(String functionName) The name of the Lambda function.CfnEventInvokeConfig.Builder.maximumEventAgeInSeconds(Number maximumEventAgeInSeconds) The maximum age of a request that Lambda sends to a function for processing.CfnEventInvokeConfig.Builder.maximumRetryAttempts(Number maximumRetryAttempts) The maximum number of times to retry when the function returns an error.The identifier of a version or alias.