aws.deadline.list_license_endpoints
Example SQL Queries
SELECT * FROMaws.deadline.list_license_endpoints;Description
Lists license endpoints.
Table Definition
| Column Name | Column Data Type |
|---|---|
| _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
| |
| license_endpoint_id The license endpoint ID. | VARCHAR |
| status The status of the license endpoint. | VARCHAR |
| status_message The status message of the license endpoint. | VARCHAR |
| vpc_id The VCP(virtual private cloud) ID associated with the license endpoint. | VARCHAR |