@Generated(value="jsii-pacmak/1.57.0 (build f614666)", date="2022-04-22T22:36:22.918Z") @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.Valid Values: `DEBUG | INFO | ERROR | WARN | DISABLED`.
|
String |
getRoleArn()
The role ARN used for the log.
|
@Stability(value=Stable) @NotNull String getAccountId()
@Stability(value=Stable) @NotNull String getDefaultLogLevel()
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnLoggingProps.Builder builder()
CfnLoggingProps.Builder of CfnLoggingPropsCopyright © 2022. All rights reserved.