--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iot_resource_specific_logging Resource - terraform-provider-awscc" subcategory: "" description: |- Resource-specific logging allows you to specify a logging level for a specific thing group. --- # awscc_iot_resource_specific_logging (Resource) Resource-specific logging allows you to specify a logging level for a specific thing group. ## Schema ### Required - `log_level` (String) The log level for a specific target. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED. - `target_name` (String) The target name. - `target_type` (String) The target type. Value must be THING_GROUP. ### Read-Only - `id` (String) Uniquely identifies the resource. - `target_id` (String) Unique Id for a Target (TargetType:TargetName), this will be internally built to serve as primary identifier for a log target. ## Import Import is supported using the following syntax: ```shell $ terraform import awscc_iot_resource_specific_logging.example ```