Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-iot-resourcespecificlogging.json
Parent schema serverless-framework-configuration
Type: object

Resource-specific logging allows you to specify a logging level for a specific thing group.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-iot.git

Properties

TargetType string | Aws_CF_FunctionString required

The target type. Value must be THING_GROUP, CLIENT_ID, SOURCE_IP, PRINCIPAL_ID, or EVENT_TYPE.

TargetName string | Aws_CF_FunctionString required

The target name.

LogLevel string | Aws_CF_FunctionString required

The log level for a specific target. Valid values are: ERROR, WARN, INFO, DEBUG, or DISABLED.