Optional$overrideSet properties not directly supported by this API.
OptionalconnectionConnection type for the retry policy.
'http_retry_conditions': HTTP connection type.OptionalnameDisplay name shown in the retry policy list.
OptionalprotectionControls edit/view access for other developers after the application is installed.
OptionalrestrictFields evaluated in the condition to determine whether to retry.
OptionalretryRetry strategy to use.
'retry_after': Use the Retry-After header from the response.
Defines a retry policy for outbound integration connections.
A retry policy specifies how many times to retry a failed connection, how long to wait between attempts, and under what conditions retries apply. Supports HTTP, JDBC, and SFTP connection types.
The type uses a discriminated union to enforce constraints at compile-time:
retry_afterstrategy requiresmaxElapsedTimeand HTTP connection typeconditionfield is only valid for HTTP connection typescountandintervalare not valid withretry_afterstrategy