Interface CfnResourceSpecificLoggingMixinProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnResourceSpecificLoggingMixinProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.127.0 (build 2117ad5)",
date="2026-03-11T13:20:00.191Z")
@Stability(Stable)
public interface CfnResourceSpecificLoggingMixinProps
extends software.amazon.jsii.JsiiSerializable
Properties for CfnResourceSpecificLoggingPropsMixin.
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.cfnpropertymixins.services.iot.*;
CfnResourceSpecificLoggingMixinProps cfnResourceSpecificLoggingMixinProps = CfnResourceSpecificLoggingMixinProps.builder()
.logLevel("logLevel")
.targetName("targetName")
.targetType("targetType")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnResourceSpecificLoggingMixinPropsstatic final classAn implementation forCfnResourceSpecificLoggingMixinProps -
Method Summary
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
-