@Stability(value=Stable)
public static interface CfnMitigationAction.EnableIoTLoggingParamsProperty
extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnMitigationAction.EnableIoTLoggingParamsProperty.Builder
A builder for
CfnMitigationAction.EnableIoTLoggingParamsProperty |
static class |
CfnMitigationAction.EnableIoTLoggingParamsProperty.Jsii$Proxy
An implementation for
CfnMitigationAction.EnableIoTLoggingParamsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnMitigationAction.EnableIoTLoggingParamsProperty.Builder |
builder() |
String |
getLogLevel()
Specifies the type of information to be logged.
|
String |
getRoleArnForLogging()
The Amazon Resource Name (ARN) of the IAM role used for logging.
|
@Stability(value=Stable) @NotNull String getLogLevel()
@Stability(value=Stable) @NotNull String getRoleArnForLogging()
@Stability(value=Stable) static CfnMitigationAction.EnableIoTLoggingParamsProperty.Builder builder()
Copyright © 2022. All rights reserved.