interface CfnResourceSpecificLoggingProps
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnResourceSpecificLoggingProps |
![]() | software.amazon.awscdk.services.iot.CfnResourceSpecificLoggingProps |
![]() | aws_cdk.aws_iot.CfnResourceSpecificLoggingProps |
![]() | @aws-cdk/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 * as iot from '@aws-cdk/aws-iot';
const cfnResourceSpecificLoggingProps: iot.CfnResourceSpecificLoggingProps = {
logLevel: 'logLevel',
targetName: 'targetName',
targetType: 'targetType',
};
Properties
Name | Type | Description | ||||
---|---|---|---|---|---|---|
log | string | The default log level.Valid Values: `DEBUG | INFO | ERROR | WARN | DISABLED`. |
target | string | The target name. | ||||
target | string | The 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