aws.iotwireless.get_position_configuration
Example SQL Queries
SELECT * FROMaws.iotwireless.get_position_configurationWHERE"resource_identifier" = 'VALUE'AND "resource_type" = 'VALUE';Description
Get position configuration for a given resource.
This action is no longer supported. Calls to retrieve the position configuration should use the GetResourcePosition API operation instead.
Table Definition
| Column Name | Column Data Type |
|---|---|
| resource_identifier Required Input Column Resource identifier used in a position configuration. | VARCHAR |
| resource_type Required Input Column Resource type of the resource for which position configuration is retrieved. | 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 |
| destination The position data destination that describes the AWS IoT rule that processes the device's position data for use by AWS IoT Core for LoRaWAN. | VARCHAR |
| solvers The wrapper for the solver configuration details object. | STRUCT( |
Show child fields
| |