ARCZonalShift.Paginator.
ListManagedResources
¶paginator = client.get_paginator('list_managed_resources')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from ARCZonalShift.Client.list_managed_resources()
.
See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate(
PaginationConfig={
'MaxItems': 123,
'PageSize': 123,
'StartingToken': 'string'
}
)
A dictionary that provides parameters to control pagination.
The total number of items to return. If the total number of items available is more than the value specified in max-items then a NextToken
will be provided in the output that you can use to resume pagination.
The size of each page.
A token to specify where to start paginating. This is the NextToken
from a previous response.
{
'items': [
{
'arn': 'string',
'availabilityZones': [
'string',
],
'name': 'string'
},
],
'NextToken': 'string'
}
Response Structure
The items in the response list.
A complex structure for a managed resource in an account.
A managed resource is a Network Load Balancer or Application Load Balancer that has been registered with Route 53 ARC by Elastic Load Balancing. You can start a zonal shift in Route 53 ARC for a managed resource to temporarily move traffic for the resource away from an Availability Zone in an AWS Region.
Note
At this time, you can only start a zonal shift for Network Load Balancers and Application Load Balancers with cross-zone load balancing turned off.
The Amazon Resource Name (ARN) for the managed resource.
The Availability Zones that a resource is deployed in.
The name of the managed resource.
A token to resume pagination.