aws.iotdeviceadvisor.get_endpoint
Example SQL Queries
SELECT * FROMaws.iotdeviceadvisor.get_endpoint;Description
Gets information about an Device Advisor endpoint.
Table Definition
| Column Name | Column Data Type |
|---|---|
| authentication_method Input Column The authentication method used during the device connection. | VARCHAR |
| certificate_arn Input Column The certificate ARN of the device. This is an optional parameter. | VARCHAR |
| device_role_arn Input Column The device role ARN of the device. This is an optional parameter. | VARCHAR |
| thing_arn Input Column The thing ARN of the device. This is an optional parameter. | 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
| |
| endpoint The response of an Device Advisor endpoint. | VARCHAR |