@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:39.866Z") @Stability(value=Stable) public interface CfnLoggingProps extends software.amazon.jsii.JsiiSerializable
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();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnLoggingProps.Builder
A builder for
CfnLoggingProps |
static class |
CfnLoggingProps.Jsii$Proxy
An implementation for
CfnLoggingProps |
| Modifier and Type | Method and Description |
|---|---|
static CfnLoggingProps.Builder |
builder() |
String |
getAccountId()
The account ID.
|
String |
getDefaultLogLevel()
The default log level.
|
String |
getRoleArn()
The role ARN used for the log.
|
@Stability(value=Stable) @NotNull String getAccountId()
@Stability(value=Stable) @NotNull String getDefaultLogLevel()
Valid Values: DEBUG | INFO | ERROR | WARN | DISABLED
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnLoggingProps.Builder builder()
CfnLoggingProps.Builder of CfnLoggingPropsCopyright © 2022. All rights reserved.