aws.iot.get_job_document
Example SQL Queries
SELECT * FROMaws.iot.get_job_documentWHERE"job_id" = 'VALUE';Description
Gets a job document.
Requires permission to access the GetJobDocument action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The unique identifier you assigned to this job when it was created. | 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 |
| document The job document content. | VARCHAR |