Interface CfnLoggingProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)",
date="2023-06-19T16:29:57.576Z")
@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();
-
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. -
getDefaultLogLevel
The default log level.Valid Values:
DEBUG | INFO | ERROR | WARN | DISABLED -
getRoleArn
The role ARN used for the log. -
builder
- Returns:
- a
CfnLoggingProps.BuilderofCfnLoggingProps
-