aws.panorama.describe_node_from_template_job
Example SQL Queries
SELECT * FROMaws.panorama.describe_node_from_template_jobWHERE"job_id" = 'VALUE';Description
Returns information about a job to create a camera stream node.
Table Definition
| Column Name | Column Data Type |
|---|---|
| job_id Required Input Column The job's ID. | 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
| |
| created_time When the job was created. | TIMESTAMP_S |
| job_tags The job's tags. | STRUCT( |
Show child fields
| |
| last_updated_time When the job was updated. | TIMESTAMP_S |
| node_description The node's description. | VARCHAR |
| node_name The node's name. | VARCHAR |
| output_package_name The job's output package name. | VARCHAR |
| output_package_version The job's output package version. | VARCHAR |
| status The job's status. | VARCHAR |
| status_message The job's status message. | VARCHAR |
| template_parameters The job's template parameters. | MAP(VARCHAR, VARCHAR) |
| template_type The job's template type. | VARCHAR |