Calls the AWS Lambda UpdateFunctionEventInvokeConfig API operation. Syntax Update-LMFunctionEventInvokeConfig -FunctionName <String> -OnFailure_Destination <String> -OnSuccess_Destination <String> -MaximumEventAgeInSecond <Int32> -MaximumRetryAttempt <Int32> -Qualifier <String> -Select <String> -Pas...
Amazon.PowerShell.Cmdlets.LM.AmazonLambdaClientCmdlet.ClientConfig Required? False Position? Named Accept pipeline input? True (ByPropertyName) -FunctionName <String> The name or ARN of the Lambda function.Name formats Function name - my-function. Function ARN - arn:aws:lambda:us-west-2:123456...
-FunctionName <String> -Qualifier <String> -Select <String> -PassThru <SwitchParameter> -ClientConfig <AmazonLambdaConfig> Description Retrieves the configuration for asynchronous invocation for a function, version, or alias. To configure options for asynchronous invocation, usePutFunctionEventInvokeConf...