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