software.amazon.awscdk.services.chatbot.LoggingLevel Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of chatbot Show documentation
Show all versions of chatbot Show documentation
The CDK Construct Library for AWS::Chatbot
package software.amazon.awscdk.services.chatbot;
/**
* Logging levels include ERROR, INFO, or NONE.
*/
@javax.annotation.Generated(value = "jsii-pacmak/1.74.0 (build 6d08790)", date = "2023-03-22T19:35:42.125Z")
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
@software.amazon.jsii.Jsii(module = software.amazon.awscdk.services.chatbot.$Module.class, fqn = "@aws-cdk/aws-chatbot.LoggingLevel")
public enum LoggingLevel {
/**
* ERROR.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
ERROR,
/**
* INFO.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
INFO,
/**
* NONE.
*/
@software.amazon.jsii.Stability(software.amazon.jsii.Stability.Level.Stable)
NONE,
}
© 2015 - 2024 Weber Informatics LLC | Privacy Policy