We recommend new projects start with resources from the AWS provider.
aws-native.lambda.EventInvokeConfig
Explore with Pulumi AI
We recommend new projects start with resources from the AWS provider.
The AWS::Lambda::EventInvokeConfig resource configures options for asynchronous invocation on a version or an alias.
Create EventInvokeConfig Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new EventInvokeConfig(name: string, args: EventInvokeConfigArgs, opts?: CustomResourceOptions);@overload
def EventInvokeConfig(resource_name: str,
                      args: EventInvokeConfigArgs,
                      opts: Optional[ResourceOptions] = None)
@overload
def EventInvokeConfig(resource_name: str,
                      opts: Optional[ResourceOptions] = None,
                      function_name: Optional[str] = None,
                      qualifier: Optional[str] = None,
                      destination_config: Optional[_lambda_.EventInvokeConfigDestinationConfigArgs] = None,
                      maximum_event_age_in_seconds: Optional[int] = None,
                      maximum_retry_attempts: Optional[int] = None)func NewEventInvokeConfig(ctx *Context, name string, args EventInvokeConfigArgs, opts ...ResourceOption) (*EventInvokeConfig, error)public EventInvokeConfig(string name, EventInvokeConfigArgs args, CustomResourceOptions? opts = null)
public EventInvokeConfig(String name, EventInvokeConfigArgs args)
public EventInvokeConfig(String name, EventInvokeConfigArgs args, CustomResourceOptions options)
type: aws-native:lambda:EventInvokeConfig
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- name string
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EventInvokeConfigArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
EventInvokeConfig Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The EventInvokeConfig resource accepts the following input properties:
- FunctionName string
- The name of the Lambda function.
- Qualifier string
- The identifier of a version or alias.
- DestinationConfig Pulumi.Aws Native. Lambda. Inputs. Event Invoke Config Destination Config 
- 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.
- Bucket - The ARN of an Amazon S3 bucket.
- Topic - The ARN of a standard SNS topic.
- Event Bus - The ARN of an Amazon EventBridge event bus.
 - S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type. 
- MaximumEvent intAge In Seconds 
- The maximum age of a request that Lambda sends to a function for processing.
- MaximumRetry intAttempts 
- The maximum number of times to retry when the function returns an error.
- FunctionName string
- The name of the Lambda function.
- Qualifier string
- The identifier of a version or alias.
- DestinationConfig EventInvoke Config Destination Config Args 
- 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.
- Bucket - The ARN of an Amazon S3 bucket.
- Topic - The ARN of a standard SNS topic.
- Event Bus - The ARN of an Amazon EventBridge event bus.
 - S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type. 
- MaximumEvent intAge In Seconds 
- The maximum age of a request that Lambda sends to a function for processing.
- MaximumRetry intAttempts 
- The maximum number of times to retry when the function returns an error.
- functionName String
- The name of the Lambda function.
- qualifier String
- The identifier of a version or alias.
- destinationConfig EventInvoke Config Destination Config 
- 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.
- Bucket - The ARN of an Amazon S3 bucket.
- Topic - The ARN of a standard SNS topic.
- Event Bus - The ARN of an Amazon EventBridge event bus.
 - S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type. 
- maximumEvent IntegerAge In Seconds 
- The maximum age of a request that Lambda sends to a function for processing.
- maximumRetry IntegerAttempts 
- The maximum number of times to retry when the function returns an error.
- functionName string
- The name of the Lambda function.
- qualifier string
- The identifier of a version or alias.
- destinationConfig EventInvoke Config Destination Config 
- 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.
- Bucket - The ARN of an Amazon S3 bucket.
- Topic - The ARN of a standard SNS topic.
- Event Bus - The ARN of an Amazon EventBridge event bus.
 - S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type. 
- maximumEvent numberAge In Seconds 
- The maximum age of a request that Lambda sends to a function for processing.
- maximumRetry numberAttempts 
- The maximum number of times to retry when the function returns an error.
- function_name str
- The name of the Lambda function.
- qualifier str
- The identifier of a version or alias.
- destination_config lambda_.Event Invoke Config Destination Config Args 
- 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.
- Bucket - The ARN of an Amazon S3 bucket.
- Topic - The ARN of a standard SNS topic.
- Event Bus - The ARN of an Amazon EventBridge event bus.
 - S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type. 
- maximum_event_ intage_ in_ seconds 
- The maximum age of a request that Lambda sends to a function for processing.
- maximum_retry_ intattempts 
- The maximum number of times to retry when the function returns an error.
- functionName String
- The name of the Lambda function.
- qualifier String
- The identifier of a version or alias.
- destinationConfig Property Map
- 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.
- Bucket - The ARN of an Amazon S3 bucket.
- Topic - The ARN of a standard SNS topic.
- Event Bus - The ARN of an Amazon EventBridge event bus.
 - S3 buckets are supported only for on-failure destinations. To retain records of successful invocations, use another destination type. 
- maximumEvent NumberAge In Seconds 
- The maximum age of a request that Lambda sends to a function for processing.
- maximumRetry NumberAttempts 
- The maximum number of times to retry when the function returns an error.
Outputs
All input properties are implicitly available as output properties. Additionally, the EventInvokeConfig resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Supporting Types
EventInvokeConfigDestinationConfig, EventInvokeConfigDestinationConfigArgs          
- OnFailure Pulumi.Aws Native. Lambda. Inputs. Event Invoke Config On Failure 
- The destination configuration for failed invocations.
- OnSuccess Pulumi.Aws Native. Lambda. Inputs. Event Invoke Config On Success 
- The destination configuration for successful invocations.
- OnFailure EventInvoke Config On Failure 
- The destination configuration for failed invocations.
- OnSuccess EventInvoke Config On Success 
- The destination configuration for successful invocations.
- onFailure EventInvoke Config On Failure 
- The destination configuration for failed invocations.
- onSuccess EventInvoke Config On Success 
- The destination configuration for successful invocations.
- onFailure EventInvoke Config On Failure 
- The destination configuration for failed invocations.
- onSuccess EventInvoke Config On Success 
- The destination configuration for successful invocations.
- on_failure lambda_.Event Invoke Config On Failure 
- The destination configuration for failed invocations.
- on_success lambda_.Event Invoke Config On Success 
- The destination configuration for successful invocations.
- onFailure Property Map
- The destination configuration for failed invocations.
- onSuccess Property Map
- The destination configuration for successful invocations.
EventInvokeConfigOnFailure, EventInvokeConfigOnFailureArgs          
- Destination string
- The Amazon Resource Name (ARN) of the destination resource.
- Destination string
- The Amazon Resource Name (ARN) of the destination resource.
- destination String
- The Amazon Resource Name (ARN) of the destination resource.
- destination string
- The Amazon Resource Name (ARN) of the destination resource.
- destination str
- The Amazon Resource Name (ARN) of the destination resource.
- destination String
- The Amazon Resource Name (ARN) of the destination resource.
EventInvokeConfigOnSuccess, EventInvokeConfigOnSuccessArgs          
- Destination string
- The Amazon Resource Name (ARN) of the destination resource.
- Destination string
- The Amazon Resource Name (ARN) of the destination resource.
- destination String
- The Amazon Resource Name (ARN) of the destination resource.
- destination string
- The Amazon Resource Name (ARN) of the destination resource.
- destination str
- The Amazon Resource Name (ARN) of the destination resource.
- destination String
- The Amazon Resource Name (ARN) of the destination resource.
Package Details
- Repository
- AWS Native pulumi/pulumi-aws-native
- License
- Apache-2.0
We recommend new projects start with resources from the AWS provider.