CreateOutletLambdaTriggerRequest
- Stability:
stable
Captures the target function ARN, IAM role used for invocation, serialized tags, and exponential backoff tuning parameters applied when the control plane schedules deliveries.
- Qualified id:
com.dataspine.controlplane.CreateOutletLambdaTriggerRequest@1 - Kind:
struct
Properties
| Name | Type | Description |
|---|---|---|
application_id | Uuid | Application that owns the outlet trigger configuration. |
lambda_function_arn | String | ARN of the Lambda function invoked for each delivery attempt. |
invoke_role_arn | String | IAM role ARN assumed by the control plane when invoking the Lambda function. |
tags_json | String | JSON object serialized as a string with trigger metadata and labels. |
max_interval_seconds | Integer32 | Maximum interval in seconds between retry attempts before backoff resets. |
backoff_factor | Float32 | Multiplicative backoff factor applied between retry intervals. |
fallback_interval_seconds | Integer32 | Interval in seconds used when exponential backoff falls back to a fixed schedule. |