aws.supplychain.get_bill_of_materials_import_job
Example SQL Queries
SELECT * FROMaws.supplychain.get_bill_of_materials_import_jobWHERE"instance_id" = 'VALUE'AND "job_id" = 'VALUE';Description
Get status and details of a BillOfMaterialsImportJob.
Table Definition
| Column Name | Column Data Type |
|---|---|
| instance_id Required Input Column The AWS Supply Chain instance identifier. | VARCHAR |
| job_id Required Input Column The BillOfMaterialsImportJob identifier. | 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
| |
| job The BillOfMaterialsImportJob. | STRUCT( |
Show child fields
| |