Interface CfnResourceSpecificLoggingProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceSpecificLoggingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.106.0 (build e852934)",
date="2025-02-06T22:15:55.786Z")
@Stability(Stable)
public interface CfnResourceSpecificLoggingProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnResourceSpecificLogging
.
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();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final class
A builder forCfnResourceSpecificLoggingProps
static final class
An implementation forCfnResourceSpecificLoggingProps
-
Method Summary
Modifier and TypeMethodDescriptionbuilder()
The default log level.Valid Values:DEBUG | INFO | ERROR | WARN | DISABLED
.The target name.The target type.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogLevel
The default log level.Valid Values:DEBUG | INFO | ERROR | WARN | DISABLED
.- See Also:
-
getTargetName
The target name.- See Also:
-
getTargetType
The target type.Valid Values:
DEFAULT | THING_GROUP
- See Also:
-
builder
-