Interface CfnLoggingProps

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnLoggingProps.Jsii$Proxy

@Generated(value="jsii-pacmak/1.84.0 (build 5404dcf)", date="2023-06-19T16:29:57.576Z") @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();
 
  • Method Details

    • getAccountId

      @Stability(Stable) @NotNull String getAccountId()
      The account ID.
    • getDefaultLogLevel

      @Stability(Stable) @NotNull String getDefaultLogLevel()
      The default log level.

      Valid Values: DEBUG | INFO | ERROR | WARN | DISABLED

    • getRoleArn

      @Stability(Stable) @NotNull String getRoleArn()
      The role ARN used for the log.
    • builder

      @Stability(Stable) static CfnLoggingProps.Builder builder()
      Returns:
      a CfnLoggingProps.Builder of CfnLoggingProps