EventInvokeConfig

class EventInvokeConfig : KotlinCustomResource

The AWS::Lambda::EventInvokeConfig resource configures options for asynchronous invocation on a version or an alias.

Properties

Link copied to clipboard

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.

Link copied to clipboard
val functionName: Output<String>

The name of the Lambda function.

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

The maximum age of a request that Lambda sends to a function for processing.

Link copied to clipboard

The maximum number of times to retry when the function returns an error.

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val qualifier: Output<String>

The identifier of a version or alias.

Link copied to clipboard
val urn: Output<String>