Bases: object
Properties for defining a CfnEventInvokeConfig
.
function_name (str
) â The name of the Lambda function. Minimum : 1
Maximum : 64
Pattern : ([a-zA-Z0-9-_]+)
qualifier (str
) â The identifier of a version or alias. - Version - A version number. - Alias - An alias name. - Latest - To specify the unpublished version, use $LATEST
.
destination_config (Union
[IResolvable
, DestinationConfigProperty
, Dict
[str
, Any
], None
]) â A destination for events after they have been sent to a function for processing. Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function. - Queue - The ARN of a standard SQS queue. - Topic - The ARN of a standard SNS topic. - Event Bus - The ARN of an Amazon EventBridge event bus.
maximum_event_age_in_seconds (Union
[int
, float
, None
]) â The maximum age of a request that Lambda sends to a function for processing.
maximum_retry_attempts (Union
[int
, float
, None
]) â The maximum number of times to retry when the function returns an error.
fixture=_generated
Example:
# The code below shows an example of how to instantiate this type. # The values are placeholders you should change. import aws_cdk.aws_lambda as lambda_ cfn_event_invoke_config_props = lambda.CfnEventInvokeConfigProps( function_name="functionName", qualifier="qualifier", # the properties below are optional destination_config=lambda.CfnEventInvokeConfig.DestinationConfigProperty( on_failure=lambda.CfnEventInvokeConfig.OnFailureProperty( destination="destination" ), on_success=lambda.CfnEventInvokeConfig.OnSuccessProperty( destination="destination" ) ), maximum_event_age_in_seconds=123, maximum_retry_attempts=123 )
Attributes
A destination for events after they have been sent to a function for processing.
Destinations - Function - The Amazon Resource Name (ARN) of a Lambda function.
Queue - The ARN of a standard SQS queue.
Topic - The ARN of a standard SNS topic.
Event Bus - The ARN of an Amazon EventBridge event bus.
The name of the Lambda function.
Minimum : 1
Maximum : 64
Pattern : ([a-zA-Z0-9-_]+)
The maximum age of a request that Lambda sends to a function for processing.
The maximum number of times to retry when the function returns an error.
The identifier of a version or alias.
Version - A version number.
Alias - An alias name.
Latest - To specify the unpublished version, use $LATEST
.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4