aws.iot.list_v2_logging_levels
Example SQL Queries
SELECT * FROMaws.iot.list_v2_logging_levels;Description
Lists logging levels.
Requires permission to access the ListV2LoggingLevels action.
Table Definition
| Column Name | Column Data Type |
|---|---|
| target_type Input Column The type of resource for which you are configuring logging. Must be THING_Group. | 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 |
| log_level The logging level. | VARCHAR |
| log_target A log target | STRUCT( |
Show child fields
| |