aws.datasync.describe_discovery_job
Example SQL Queries
SELECT * FROMaws.datasync.describe_discovery_jobWHERE"discovery_job_arn" = 'VALUE';Description
Returns information about a DataSync discovery job.
Table Definition
| Column Name | Column Data Type |
|---|---|
| discovery_job_arn Required Input Column The ARN of the discovery job. | 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 |
| collection_duration_minutes The number of minutes that the discovery job runs. | BIGINT |
| job_end_time The time when the discovery job ended. | TIMESTAMP_S |
| job_start_time The time when the discovery job started. | TIMESTAMP_S |
| status Indicates the status of a discovery job. For more information, see Discovery job statuses. | VARCHAR |
| storage_system_arn The ARN of the on-premises storage system you're running the discovery job on. | VARCHAR |