Interface CfnLoggingProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.119.0 (build 1634eac)",
date="2025-11-13T16:10:07.441Z")
@Stability(Stable)
public interface CfnLoggingProps
extends software.amazon.jsii.JsiiSerializable
Properties for defining a
CfnLogging.
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.*;
CfnLoggingProps cfnLoggingProps = CfnLoggingProps.builder()
.accountId("accountId")
.defaultLogLevel("defaultLogLevel")
.roleArn("roleArn")
.build();
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnLoggingPropsstatic final classAn implementation forCfnLoggingProps -
Method Summary
Modifier and TypeMethodDescriptionstatic CfnLoggingProps.Builderbuilder()The account ID.The default log level.The role ARN used for the log.Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getAccountId
The account ID.- See Also:
-
getDefaultLogLevel
The default log level.Valid Values:
DEBUG | INFO | ERROR | WARN | DISABLED- See Also:
-
getRoleArn
The role ARN used for the log.- See Also:
-
builder
- Returns:
- a
CfnLoggingProps.BuilderofCfnLoggingProps
-