@Generated(value="jsii-pacmak/1.47.0 (build 86d2c33)", date="2021-12-22T10:27:17.967Z") @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()
`AWS::IoT::Logging.AccountId`.
|
String |
getDefaultLogLevel()
`AWS::IoT::Logging.DefaultLogLevel`.
|
String |
getRoleArn()
`AWS::IoT::Logging.RoleArn`.
|
@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 © 2021. All rights reserved.