Skip to main content

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

NameTypeDescription
application_idUuidApplication that owns the outlet trigger configuration.
lambda_function_arnStringARN of the Lambda function invoked for each delivery attempt.
invoke_role_arnStringIAM role ARN assumed by the control plane when invoking the Lambda function.
tags_jsonStringJSON object serialized as a string with trigger metadata and labels.
max_interval_secondsInteger32Maximum interval in seconds between retry attempts before backoff resets.
backoff_factorFloat32Multiplicative backoff factor applied between retry intervals.
fallback_interval_secondsInteger32Interval in seconds used when exponential backoff falls back to a fixed schedule.

Back to Control Plane