Set page size for AWS API Gateway accounts

  • 릴리스 버전: Australia
  • 업데이트 날짜 2026년 03월 12일
  • 소요 시간: 2분
  • 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

    이 태스크 정보

    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.
    주:
    For AWS Config Aggregator setups, the page size must not exceed 100 due to AWS API limitations on the SelectAggregateResourceConfig API.

    프로시저

    1. Navigate to All > Service Graph Connectors > AWS API Gateway > Connections.
    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 typeDescription
      Config aggregator setup Enter a value between 1 and 100.
      Other configurations Enter a value between 1 and 500.
    5. Select Update.