aws.deadline.get_license_endpoint
Example SQL Queries
SELECT * FROMaws.deadline.get_license_endpointWHERE"license_endpoint_id" = 'VALUE';Description
Gets a licence endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| license_endpoint_id Required Input Column The license endpoint 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
| |
| dns_name The DNS name. | VARCHAR |
| security_group_ids The security group IDs for the license endpoint. | VARCHAR[] |
Show child fields
| |
| status The status of the license endpoint. | VARCHAR |
| status_message The status message of the license endpoint. | VARCHAR |
| subnet_ids The subnet IDs. | VARCHAR[] |
Show child fields
| |
| vpc_id The VCP(virtual private cloud) ID associated with the license endpoint. | VARCHAR |