aws-cdk-lib.aws_iot.CfnMitigationAction.EnableIoTLoggingParamsProperty

interface EnableIoTLoggingParamsProperty

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

Parameters used when defining a mitigation action that enable AWS IoT Core logging.

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 enableIoTLoggingParamsProperty: iot.CfnMitigationAction.EnableIoTLoggingParamsProperty = {
  logLevel: 'logLevel',
  roleArnForLogging: 'roleArnForLogging',
};

Properties

NameTypeDescription
logLevelstringSpecifies the type of information to be logged.
roleArnForLoggingstringThe Amazon Resource Name (ARN) of the IAM role used for logging.

logLevel

Type: string

Specifies the type of information to be logged.


roleArnForLogging

Type: string

The Amazon Resource Name (ARN) of the IAM role used for logging.