Resource-specific logging allows you to specify a logging level for a specific thing group.
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, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID, or EVENT_TYPE.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 is supported using the following syntax:
$ terraform import awscc_iot_resource_specific_logging.example <resource ID>