Interface CfnMitigationAction.IEnableIoTLoggingParamsProperty
Parameters used when defining a mitigation action that enable AWS IoT Core logging.
Namespace: Amazon.CDK.AWS.IoT
Assembly: Amazon.CDK.AWS.IoT.dll
Syntax (csharp)
public interface IEnableIoTLoggingParamsProperty
Syntax (vb)
Public Interface IEnableIoTLoggingParamsProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.IoT;
var enableIoTLoggingParamsProperty = new EnableIoTLoggingParamsProperty {
LogLevel = "logLevel",
RoleArnForLogging = "roleArnForLogging"
};
Synopsis
Properties
LogLevel | Specifies the type of information to be logged. |
RoleArnForLogging | The Amazon Resource Name (ARN) of the IAM role used for logging. |
Properties
LogLevel
Specifies the type of information to be logged.
string LogLevel { get; }
Property Value
System.String
Remarks
RoleArnForLogging
The Amazon Resource Name (ARN) of the IAM role used for logging.
string RoleArnForLogging { get; }
Property Value
System.String