aws.neptunedata.list_loader_jobs
Example SQL Queries
SELECT * FROMaws.neptunedata.list_loader_jobs;Description
Retrieves a list of the loadIds for all active loader jobs.
When invoking this operation in a Neptune cluster that has IAM authentication enabled, the IAM user or role making the request must have a policy attached that allows the neptune-db:ListLoaderJobs IAM action in that cluster..
Table Definition
| Column Name | Column Data Type |
|---|---|
| include_queued_loads Input Column An optional parameter that can be used to exclude the load IDs of queued load requests when requesting a list of load IDs by setting the parameter to FALSE. The default value is TRUE. | BOOLEAN |
| limit Input Column The number of load IDs to list. Must be a positive integer greater than zero and not more than 100 (which is the default). | BIGINT |
| _aws_profile Input Column The AWS profile defines the AWS identity used. It can be defined via credentials or by assuming a IAM role. | STRUCT( |
Show child fields
| |
| payload The requested list of job IDs. | STRUCT( |
Show child fields
| |
| status Returns the status of the job list request. | VARCHAR |