Interface CfnMitigationAction.EnableIoTLoggingParamsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMitigationAction.EnableIoTLoggingParamsProperty.Jsii$Proxy
- Enclosing class:
CfnMitigationAction
@Stability(Stable)
public static interface CfnMitigationAction.EnableIoTLoggingParamsProperty
extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.services.iot.*;
EnableIoTLoggingParamsProperty enableIoTLoggingParamsProperty = EnableIoTLoggingParamsProperty.builder()
.logLevel("logLevel")
.roleArnForLogging("roleArnForLogging")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnMitigationAction.EnableIoTLoggingParamsPropertystatic final classAn implementation forCfnMitigationAction.EnableIoTLoggingParamsProperty -
Method Summary
Modifier and TypeMethodDescriptionbuilder()Specifies the type of information to be logged.The Amazon Resource Name (ARN) of the IAM role used for logging.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogLevel
Specifies the type of information to be logged.- See Also:
-
getRoleArnForLogging
The Amazon Resource Name (ARN) of the IAM role used for logging.- See Also:
-
builder
-