Interface CfnLoggingProps
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
CfnLoggingProps.Jsii$Proxy
@Generated(value="jsii-pacmak/1.104.0 (build e79254c)",
date="2024-11-15T10:25:00.680Z")
@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
Modifier and TypeInterfaceDescriptionstatic final class
A builder forCfnLoggingProps
static final class
An implementation forCfnLoggingProps
-
Method Summary
Modifier and TypeMethodDescriptionstatic CfnLoggingProps.Builder
builder()
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.Builder
ofCfnLoggingProps
-