NetworkManager.Paginator.
ListCoreNetworks
¶paginator = client.get_paginator('list_core_networks')
paginate
(**kwargs)¶Creates an iterator that will paginate through responses from NetworkManager.Client.list_core_networks()
.
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.
{
'CoreNetworks': [
{
'CoreNetworkId': 'string',
'CoreNetworkArn': 'string',
'GlobalNetworkId': 'string',
'OwnerAccountId': 'string',
'State': 'CREATING'|'UPDATING'|'AVAILABLE'|'DELETING',
'Description': 'string',
'Tags': [
{
'Key': 'string',
'Value': 'string'
},
]
},
],
}
Response Structure
Describes the list of core networks.
Returns summary information about a core network.
The ID of a core network.
a core network ARN.
The global network ID.
The ID of the account owner.
The state of a core network.
The description of a core network.
The key-value tags associated with a core network summary.
Describes a tag.
The tag key.
Constraints: Maximum length of 128 characters.
The tag value.
Constraints: Maximum length of 256 characters.