---
sourceDocument: Australia ServiceNow AI Platform Capabilities
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/servicenow-platform

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia ServiceNow AI Platform Capabilities

ft:clusterId :

    - platcap

bundleId :

    - platcap

workflow :

    - Platform


---

# Set page size

# Set page size for AWS API Gateway accounts {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

When retrieving data from an AWS API Gateway service, you can control the number of records fetched per API call by setting the PageSize connection property. This affects pagination behavior when calling APIs.

## Vorbereitungen

Set the application scope to API Service Graph Connector for AWS API Gateway using the application picker. For more information, see [Application picker](https://www.servicenow.com/docs/access?context=c_ApplicationPicker&version=australia&pubname=australia-application-development&ft:locale=en-US).

Role required: admin

## Warum und wann dieser Vorgang ausgeführt wird

The PageSize property controls how many records are retrieved in each API request to AWS. This property affects pagination behavior across all data sources.  
Example: If you set the PageSize property to `50` and there are `200` REST APIs in your API Service Graph Connector for AWS API Gateway account, the connector makes `4` API calls to retrieve all records.  
Hinweis:  
For AWS Config Aggregator setups, the page size must not exceed `100` due to AWS API limitations on the SelectAggregateResourceConfig API.

## Prozedur

1. Navigate to AllService Graph ConnectorsAWS API GatewayConnections.
2. From the Name column of the Service Graph Connections list, select a connection.
3. From the Property column of the Service Graph Connection Properties related list, select PageSize.
4. In the Value field, enter a numeric value depending on the configuration type.

   | Configuration type | Description |
   | Config aggregator setup | Enter a value between `1` and `100`. |
   | Other configurations | Enter a value between `1` and `500`. |
   |-|-|

   {#api-sgc-aws-page-size-prop__choicetable_h5f_cdd_yhc}
5. Select Update.
{#api-sgc-aws-page-size-prop__steps_brw_2m3_tqb}

