@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.873Z") @Stability(value=Stable) public interface CfnResourceSpecificLoggingProps 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.*;
CfnResourceSpecificLoggingProps cfnResourceSpecificLoggingProps = CfnResourceSpecificLoggingProps.builder()
.logLevel("logLevel")
.targetName("targetName")
.targetType("targetType")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnResourceSpecificLoggingProps.Builder
A builder for
CfnResourceSpecificLoggingProps |
static class |
CfnResourceSpecificLoggingProps.Jsii$Proxy
An implementation for
CfnResourceSpecificLoggingProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnResourceSpecificLoggingProps.Builder |
builder() |
String |
getLogLevel()
The default log level.Valid Values: `DEBUG | INFO | ERROR | WARN | DISABLED`.
|
String |
getTargetName()
The target name.
|
String |
getTargetType()
The target type.
|
@Stability(value=Stable) @NotNull String getLogLevel()
@Stability(value=Stable) @NotNull String getTargetName()
@Stability(value=Stable) @NotNull String getTargetType()
Valid Values: DEFAULT | THING_GROUP
@Stability(value=Stable) static CfnResourceSpecificLoggingProps.Builder builder()
Copyright © 2022. All rights reserved.