Show / Hide Table of Contents

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-mitigationaction-enableiotloggingparams.html

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

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-mitigationaction-enableiotloggingparams.html#cfn-iot-mitigationaction-enableiotloggingparams-loglevel

RoleArnForLogging

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

string RoleArnForLogging { get; }
Property Value

System.String

Remarks

Link: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-iot-mitigationaction-enableiotloggingparams.html#cfn-iot-mitigationaction-enableiotloggingparams-rolearnforlogging

Back to top Generated by DocFX