AppIntegrationsService / Paginator / ListDataIntegrationAssociations
ListDataIntegrationAssociations#
- class AppIntegrationsService.Paginator.ListDataIntegrationAssociations#
paginator = client.get_paginator('list_data_integration_associations')
- paginate(**kwargs)#
Creates an iterator that will paginate through responses from
AppIntegrationsService.Client.list_data_integration_associations()
.See also: AWS API Documentation
Request Syntax
response_iterator = paginator.paginate( DataIntegrationIdentifier='string', PaginationConfig={ 'MaxItems': 123, 'PageSize': 123, 'StartingToken': 'string' } )
- Parameters:
DataIntegrationIdentifier (string) –
[REQUIRED]
A unique identifier for the DataIntegration.
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
NextToken
will 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
NextToken
from a previous response.
- Return type:
dict
- Returns:
Response Syntax
{ 'DataIntegrationAssociations': [ { 'DataIntegrationAssociationArn': 'string', 'DataIntegrationArn': 'string', 'ClientId': 'string' }, ], }
Response Structure
(dict) –
DataIntegrationAssociations (list) –
The Amazon Resource Name (ARN) and unique ID of the DataIntegration association.
(dict) –
Summary information about the DataIntegration association.
DataIntegrationAssociationArn (string) –
The Amazon Resource Name (ARN) of the DataIntegration association.
DataIntegrationArn (string) –
The Amazon Resource Name (ARN) of the DataIntegration.
ClientId (string) –
The identifier for the client that is associated with the DataIntegration association.