resource_specific_loggings_list_only
Lists resource_specific_loggings
in a region or regions, for all properties use resource_specific_loggings
Overview
Name | resource_specific_loggings_list_only |
Type | Resource |
Description | Resource-specific logging allows you to specify a logging level for a specific thing group. |
Id | aws.iot.resource_specific_loggings_list_only |
Fields
Name | Datatype | Description |
---|---|---|
target_type | string | The target type. Value must be THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID, or EVENT_TYPE. |
target_name | string | The target name. |
log_level | string | The log level for a specific target. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED. |
target_id | string | Unique Id for a Target (TargetType:TargetName), this will be internally built to serve as primary identifier for a log target. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
SELECT
examples
Lists all resource_specific_loggings
in a region.
SELECT
region,
target_id
FROM aws.iot.resource_specific_loggings_list_only
WHERE region = 'us-east-1';
Permissions
For permissions required to operate on the resource_specific_loggings_list_only
resource, see resource_specific_loggings