Set page size for AWS API Gateway accounts
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.
시작하기 전에
Set the application scope to API Service Graph Connector for AWS API Gateway using the application picker. For more information, see Application picker.
Role required: admin
이 태스크 정보
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.주:
For AWS Config Aggregator setups, the page size must not exceed
100 due to AWS API limitations on the SelectAggregateResourceConfig API.프로시저
- Navigate to .
- From the Name column of the Service Graph Connections list, select a connection.
- From the Property column of the Service Graph Connection Properties related list, select PageSize.
-
In the Value field, enter a numeric value depending on the configuration type.
Configuration type Description Config aggregator setup Enter a value between 1and100.Other configurations Enter a value between 1and500. - Select Update.