aws-cdk-lib.aws_iot.CfnResourceSpecificLoggingProps

interface CfnResourceSpecificLoggingProps

LanguageType name
.NETAmazon.CDK.AWS.IoT.CfnResourceSpecificLoggingProps
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsiot#CfnResourceSpecificLoggingProps
Javasoftware.amazon.awscdk.services.iot.CfnResourceSpecificLoggingProps
Pythonaws_cdk.aws_iot.CfnResourceSpecificLoggingProps
TypeScript aws-cdk-lib » aws_iot » CfnResourceSpecificLoggingProps

Properties for defining a CfnResourceSpecificLogging.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_iot as iot } from 'aws-cdk-lib';
const cfnResourceSpecificLoggingProps: iot.CfnResourceSpecificLoggingProps = {
  logLevel: 'logLevel',
  targetName: 'targetName',
  targetType: 'targetType',
};

Properties

NameTypeDescription
logLevelstringThe default log level.Valid Values: `DEBUGINFOERRORWARNDISABLED`.
targetNamestringThe target name.
targetTypestringThe target type.

logLevel

Type: string

The default log level.Valid Values: DEBUG | INFO | ERROR | WARN | DISABLED.


targetName

Type: string

The target name.


targetType

Type: string

The target type.

Valid Values: DEFAULT | THING_GROUP