aws.deadline.list_metered_products
Example SQL Queries
SELECT * FROMaws.deadline.list_metered_productsWHERE"license_endpoint_id" = 'VALUE';Description
Lists metered products.
Table Definition
| Column Name | Column Data Type |
|---|---|
| license_endpoint_id Required Input Column The license endpoint ID to include on the list of metered products. | 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
| |
| family The family to which the metered product belongs. | VARCHAR |
| port The port on which the metered product should run. | BIGINT |
| product_id The product ID. | VARCHAR |
| vendor The vendor. | VARCHAR |