limit
parameter. The response includes a nextToken
string. To get the next page of results, run the request again and specify the string for the nextToken
parameter.curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"resourceType": "AWS::EC2::CustomerGateway",
"resourceIds": [],
"resourceName": "string",
"limit": 0,
"includeDeletedResources": true,
"nextToken": "string"
}'
{
"resourceIdentifiers": [],
"nextToken": "string"
}
nextToken
string returned on a previous page that you use to get the next page of results in a paginated response.sg-xxxxxx
).