@Generated(value="jsii-pacmak/1.50.0 (build d1830a4)", date="2022-01-04T15:39:10.185Z") @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 unique identifier of the account to use when writing to CloudWatch logs.
|
String |
getDefaultLogLevel()
The logging level.
|
String |
getRoleArn()
The ARN of the role that allows IoT to write to Cloudwatch logs.
|
@Stability(value=Stable) @NotNull String getAccountId()
@Stability(value=Stable) @NotNull String getDefaultLogLevel()
Valid values are DEBUG , INFO , ERROR , WARN , and DISABLED .
@Stability(value=Stable) @NotNull String getRoleArn()
@Stability(value=Stable) static CfnLoggingProps.Builder builder()
CfnLoggingProps.Builder of CfnLoggingPropsCopyright © 2022. All rights reserved.