AWS::IoT::ResourceSpecificLoggingConfigure resource-specific logging.
import { CfnResourceSpecificLogging } from 'aws-cdk-lib/aws-iot';Or use the module namespace:
import * as iot from 'aws-cdk-lib/aws-iot';
// iot.CfnResourceSpecificLoggingConfiguration passed to the constructor as CfnResourceSpecificLoggingProps.
logLevelRequiredstringThe default log level.Valid Values: `DEBUG | INFO | ERROR | WARN | DISABLED`.
targetNameRequiredstringThe target name.
targetTypeRequiredstringThe target type. Valid Values: `DEFAULT | THING_GROUP`
This L1 construct maps directly to the following CloudFormation resource type.
Our bi-weekly newsletter teaches hands-on AWS fundamentals. No certification fluff - just practical knowledge.
Subscribe to Newsletteraws-iotAWS::IoT::ResourceSpecificLogging