--- # generated by https://github.com/hashicorp/terraform-plugin-docs page_title: "awscc_iot_resource_specific_logging Data Source - terraform-provider-awscc" subcategory: "" description: |- Data Source schema for AWS::IoT::ResourceSpecificLogging --- # awscc_iot_resource_specific_logging (Data Source) Data Source schema for AWS::IoT::ResourceSpecificLogging ## Schema ### Required - `id` (String) Uniquely identifies the resource. ### Read-Only - `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. - `target_name` (String) The target name. - `target_type` (String) The target type. Value must be THING_GROUP.