VPCLattice / Paginator / ListServiceNetworkVpcEndpointAssociations
ListServiceNetworkVpcEndpointAssociations#
- class VPCLattice.Paginator.ListServiceNetworkVpcEndpointAssociations#
- paginator = client.get_paginator('list_service_network_vpc_endpoint_associations') - paginate(**kwargs)#
- Creates an iterator that will paginate through responses from - VPCLattice.Client.list_service_network_vpc_endpoint_associations().- See also: AWS API Documentation - Request Syntax- response_iterator = paginator.paginate( serviceNetworkIdentifier='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } ) - Parameters:
- serviceNetworkIdentifier (string) – - [REQUIRED] - The ID of the service network associated with the VPC endpoint. 
- PaginationConfig (dict) – - A dictionary that provides parameters to control pagination. - MaxItems (integer) – - 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 - NextTokenwill be provided in the output that you can use to resume pagination.
- PageSize (integer) – - The size of each page. 
- StartingToken (string) – - A token to specify where to start paginating. This is the - NextTokenfrom a previous response.
 
 
- Return type:
- dict 
- Returns:
- Response Syntax- { 'items': [ { 'createdAt': datetime(2015, 1, 1), 'id': 'string', 'serviceNetworkArn': 'string', 'state': 'string', 'vpcEndpointId': 'string', 'vpcEndpointOwnerId': 'string', 'vpcId': 'string' }, ], 'NextToken': 'string' } - Response Structure- (dict) – - items (list) – - Information about the association between the VPC endpoint and service network. - (dict) – - Describes the association between a service network and a VPC endpoint. - createdAt (datetime) – - The date and time that the association was created, in ISO-8601 format. 
- id (string) – - The ID of the association. 
- serviceNetworkArn (string) – - The Amazon Resource Name (ARN) of the service network. 
- state (string) – - The state of the association. 
- vpcEndpointId (string) – - The ID of the VPC endpoint associated with the service network. 
- vpcEndpointOwnerId (string) – - The owner of the VPC endpoint associated with the service network. 
- vpcId (string) – - The ID of the VPC for the association. 
 
 
- NextToken (string) – - A token to resume pagination.