Connect / Client / update_cross_region_routing
update_cross_region_routing¶
- Connect.Client.update_cross_region_routing(**kwargs)¶
Updates the cross-region routing configuration for an Amazon Connect Global Resiliency instance enabled for global routing. When invoked with
IsolatedAllset totrue, this operation disables cross-region routing, meaning contacts originating in one Region will no longer be routed to agents in another Region.Note
This operation is available only for Amazon Connect Global Resiliency instances enabled for global routing. Reporting and contact search continue to operate globally after you use this operation.
See also: AWS API Documentation
Request Syntax
response = client.update_cross_region_routing( InstanceId='string', IsolatedAll=True|False )
- Parameters:
InstanceId (string) –
[REQUIRED]
The identifier of the Connect Customer instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
IsolatedAll (boolean) –
[REQUIRED]
Set to
trueto disable cross-region routing for all Regions associated with this instance. Set tofalseto re-enable cross-region routing.
- Return type:
dict
- Returns:
Response Syntax
{}Response Structure
(dict) –
Exceptions