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();