| access_key |
IoK8sApiCoreV1SecretKeySelector |
|
[optional] |
| function_name |
String |
FunctionName refers to the name of the function to invoke. |
[optional] |
| invocation_type |
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 |
Array<IoArgoprojEventsV1alpha1TriggerParameter> |
|
[optional] |
| payload |
Array<IoArgoprojEventsV1alpha1TriggerParameter> |
Payload is the list of key-value extracted from an event payload to construct the request payload. |
[optional] |
| region |
String |
|
[optional] |
| role_arn |
String |
|
[optional] |
| secret_key |
IoK8sApiCoreV1SecretKeySelector |
|
[optional] |