Interface CfnResourceSpecificLoggingProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceSpecificLoggingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.103.1 (build bef2dea)",
date="2024-10-11T15:56:00.209Z")
@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
Modifier 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
-