interface EnableIoTLoggingParamsProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.IoT.CfnMitigationAction.EnableIoTLoggingParamsProperty |
![]() | software.amazon.awscdk.services.iot.CfnMitigationAction.EnableIoTLoggingParamsProperty |
![]() | aws_cdk.aws_iot.CfnMitigationAction.EnableIoTLoggingParamsProperty |
![]() | @aws-cdk/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 * as iot from '@aws-cdk/aws-iot';
const enableIoTLoggingParamsProperty: iot.CfnMitigationAction.EnableIoTLoggingParamsProperty = {
logLevel: 'logLevel',
roleArnForLogging: 'roleArnForLogging',
};
Properties
Name | Type | Description |
---|---|---|
log | string | Specifies the type of information to be logged. |
role | string | The 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.