| Name | Type | Description | Notes |
|---|---|---|---|
| AccessKey | IoK8sApiCoreV1SecretKeySelector | [optional] | |
| FunctionName | string | FunctionName refers to the name of the function to invoke. | [optional] |
| InvocationType | string | Choose from the following options. * RequestResponse (default) - Invoke the function synchronously. Keep the connection open until the function returns a response or times out. The API response includes the function response and additional data. * Event - Invoke the function asynchronously. Send events that fail multiple times to the function's dead-letter queue (if it's configured). The API response only includes a status code. * DryRun - Validate parameter values and verify that the user or role has permission to invoke the function. +optional | [optional] |
| Parameters | List<IoArgoprojEventsV1alpha1TriggerParameter> | [optional] | |
| Payload | List<IoArgoprojEventsV1alpha1TriggerParameter> | Payload is the list of key-value extracted from an event payload to construct the request payload. | [optional] |
| Region | string | [optional] | |
| RoleARN | string | [optional] | |
| SecretKey | IoK8sApiCoreV1SecretKeySelector | [optional] |