aws.iotwireless.list_position_configurations
Example SQL Queries
SELECT * FROMaws.iotwireless.list_position_configurations;Description
List position configurations for a given resource, such as positioning solvers.
This action is no longer supported. Calls to retrieve position information should use the GetResourcePosition API operation instead.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return in this operation. | BIGINT |
| next_token Input Column The token to use to get the next set of results, or null if there are no additional results. | VARCHAR |
| resource_type Input Column Resource type for which position configurations are listed. | 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 |
| position_configuration_list A list of position configurations. | STRUCT( |
Show child fields
| |