aws.datasync.list_discovery_jobs
Example SQL Queries
SELECT * FROMaws.datasync.list_discovery_jobs;Description
Provides a list of the existing discovery jobs in the Amazon Web Services Region and Amazon Web Services account where you're using DataSync Discovery.
Table Definition
| Column Name | Column Data Type |
|---|---|
| storage_system_arn Input Column Specifies the Amazon Resource Name (ARN) of an on-premises storage system. Use this parameter if you only want to list the discovery jobs that are associated with a specific storage system. | VARCHAR |
| _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
| |
| _aws_region Input Column The AWS region to use. | VARCHAR |
| discovery_job_arn The Amazon Resource Name (ARN) of a discovery job. | VARCHAR |
| status The status of a discovery job. For more information, see Discovery job statuses. | VARCHAR |