synchronous Call Failure Policy
suspend fun synchronousCallFailurePolicy(value: Output<GoogleCloudIntegrationsV1alphaFailurePolicyArgs>)
Parameters
value
Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).
suspend fun synchronousCallFailurePolicy(argument: suspend GoogleCloudIntegrationsV1alphaFailurePolicyArgsBuilder.() -> Unit)
Parameters
argument
Optional. Determines the number of times the task will be retried on failure and with what retry strategy. This is applicable for synchronous calls to Eventbus alone (Post).