taskRestartPolicy

@JvmName(name = "jyncfeemnaccceap")
suspend fun taskRestartPolicy(value: Output<ConnectorTaskRestartPolicyArgs>)
@JvmName(name = "cqcoarmtaqwgtdon")
suspend fun taskRestartPolicy(value: ConnectorTaskRestartPolicyArgs?)

Parameters

value

A policy that specifies how to restart the failed connectors/tasks in a Cluster resource. If not set, the failed connectors/tasks won't be restarted. Structure is documented below.


@JvmName(name = "iftkbaewceqlxlrf")
suspend fun taskRestartPolicy(argument: suspend ConnectorTaskRestartPolicyArgsBuilder.() -> Unit)

Parameters

argument

A policy that specifies how to restart the failed connectors/tasks in a Cluster resource. If not set, the failed connectors/tasks won't be restarted. Structure is documented below.