Google Cloud Integrations V1alpha Failure Policy Args
data class GoogleCloudIntegrationsV1alphaFailurePolicyArgs(val intervalTime: Output<String>? = null, val maxRetries: Output<Int>? = null, val retryStrategy: Output<GoogleCloudIntegrationsV1alphaFailurePolicyRetryStrategy>? = null) : ConvertibleToJava<GoogleCloudIntegrationsV1alphaFailurePolicyArgs>
Policy that defines the task retry logic and failure type. If no FailurePolicy is defined for a task, all its dependent tasks will not be executed (i.e, a retry_strategy
of NONE will be applied).
Constructors
Link copied to clipboard
fun GoogleCloudIntegrationsV1alphaFailurePolicyArgs(intervalTime: Output<String>? = null, maxRetries: Output<Int>? = null, retryStrategy: Output<GoogleCloudIntegrationsV1alphaFailurePolicyRetryStrategy>? = null)