aws.iot.describe_endpoint
Example SQL Queries
SELECT * FROMaws.iot.describe_endpoint;Description
Returns or creates a unique endpoint specific to the Amazon Web Services account making the call.
The first time DescribeEndpoint is called, an endpoint is created. All subsequent calls to DescribeEndpoint return the same endpoint.
Requires permission to access the DescribeEndpoint action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| endpoint_type Input Column The endpoint type. Valid endpoint types include:
We strongly recommend that customers use the newer iot:Data-ATS endpoint type to avoid issues related to the widespread distrust of Symantec certificate authorities. ATS Signed Certificates are more secure and are trusted by most popular browsers. | 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 |
| endpoint_address The endpoint. The format of the endpoint is as follows: identifier.iot.region.amazonaws.com. | VARCHAR |