aws.emr_containers.describe_job_template
Example SQL Queries
SELECT * FROMaws.emr_containers.describe_job_templateWHERE"id" = 'VALUE';Description
Displays detailed information about a specified job template. Job template stores values of StartJobRun API request in a template and can be used to start a job run. Job template allows two use cases: avoid repeating recurring StartJobRun API request values, enforcing certain values in StartJobRun API request.
Table Definition
| Column Name | Column Data Type |
|---|---|
| id Required Input Column The ID of the job template that will be described. | 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 |
| job_template This output displays information about the specified job template. | STRUCT( |
Show child fields
| |