

# CursorConfiguration
<a name="API_CursorConfiguration"></a>

Cursor-based pagination configuration that defines how to handle pagination using cursor tokens or next page identifiers.

## Contents
<a name="API_CursorConfiguration_Contents"></a>

 ** NextPage **   <a name="Glue-Type-CursorConfiguration-NextPage"></a>
The parameter name or JSON path that contains the cursor or token for retrieving the next page of results.  
Type: [ExtractedParameter](API_ExtractedParameter.md) object  
Required: Yes

 ** LimitParameter **   <a name="Glue-Type-CursorConfiguration-LimitParameter"></a>
The parameter name used to specify the maximum number of results to return per page.  
Type: [ExtractedParameter](API_ExtractedParameter.md) object  
Required: No

## See Also
<a name="API_CursorConfiguration_SeeAlso"></a>

For more information about using this API in one of the language-specific AWS SDKs, see the following:
+  [AWS SDK for C\$1\$1](https://docs.aws.amazon.com/goto/SdkForCpp/glue-2017-03-31/CursorConfiguration) 
+  [AWS SDK for Java V2](https://docs.aws.amazon.com/goto/SdkForJavaV2/glue-2017-03-31/CursorConfiguration) 
+  [AWS SDK for Ruby V3](https://docs.aws.amazon.com/goto/SdkForRubyV3/glue-2017-03-31/CursorConfiguration) 