Connect / Client / get_cross_region_routing

get_cross_region_routing

Connect.Client.get_cross_region_routing(**kwargs)

Retrieves the current cross-region routing configuration for an Amazon Connect Global Resiliency instance enabled for global routing. This operation returns whether cross-region routing is currently enabled or disabled (isolated) for the instance.

Note

This operation is available only for Amazon Connect Global Resiliency instances enabled for global routing.

See also: AWS API Documentation

Request Syntax

response = client.get_cross_region_routing(
    InstanceId='string'
)
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.

Return type:

dict

Returns:

Response Syntax

{
    'IsolatedRegions': [
        'string',
    ]
}

Response Structure

  • (dict) –

    • IsolatedRegions (list) –

      The list of Regions for which cross-region routing is currently disabled (isolated). When a Region appears in this list, contacts originating in that Region will not be routed to agents in other Regions, and agents in that Region will not receive contacts from other Regions.

      • (string) –

Exceptions