aws.iotsecuretunneling.list_tunnels
Example SQL Queries
SELECT * FROMaws.iotsecuretunneling.list_tunnels;Description
List all tunnels for an Amazon Web Services account. Tunnels are listed by creation time in descending order, newer tunnels will be listed before older tunnels.
Requires permission to access the ListTunnels action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| max_results Input Column The maximum number of results to return at once. | 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 |
| thing_name Input Column The name of the IoT thing associated with the destination device. | 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
| |
| tunnel_summaries A short description of the tunnels in an Amazon Web Services account. | STRUCT( |
Show child fields
| |