aws.iotwireless.get_service_endpoint
Example SQL Queries
SELECT * FROMaws.iotwireless.get_service_endpoint;Description
Gets the account-specific endpoint for Configuration and Update Server (CUPS) protocol or LoRaWAN Network Server (LNS) connections.
Table Definition
| Column Name | Column Data Type |
|---|---|
| service_type Input Column The endpoint's service type. | 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 |
| server_trust The Root CA of the server trust certificate. | VARCHAR |
| service_endpoint The service endpoint value. | VARCHAR |