Interface CfnMitigationActionPropsMixin.EnableIoTLoggingParamsProperty
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnMitigationActionPropsMixin.EnableIoTLoggingParamsProperty.Jsii$Proxy
- Enclosing class:
CfnMitigationActionPropsMixin
@Stability(Stable)
public static interface CfnMitigationActionPropsMixin.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.cfnpropertymixins.services.iot.*;
EnableIoTLoggingParamsProperty enableIoTLoggingParamsProperty = EnableIoTLoggingParamsProperty.builder()
.logLevel("logLevel")
.roleArnForLogging("roleArnForLogging")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classstatic final classAn implementation forCfnMitigationActionPropsMixin.EnableIoTLoggingParamsProperty -
Method Summary
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
@Stability(Stable) static CfnMitigationActionPropsMixin.EnableIoTLoggingParamsProperty.Builder builder()
-