Interface CfnResourceSpecificLoggingProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceSpecificLoggingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.118.0 (build 02eec31)",
date="2025-11-04T09:27:43.221Z")
@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 classA builder forCfnResourceSpecificLoggingPropsstatic final classAn 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
-