FunctionLoggingConfig class

Constructors

FunctionLoggingConfig({Input<String?>? applicationLogLevel, required Input<String> logFormat, Input<String?>? logGroup, Input<String?>? systemLogLevel})
Creates a new FunctionLoggingConfig. applicationLogLevel Detail level of application logs. Valid values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL. logFormat Log format. Valid values: Text, JSON. logGroup CloudWatch log group where logs are sent. systemLogLevel Detail level of Lambda platform logs. Valid values: DEBUG, INFO, WARN.
const
FunctionLoggingConfig.fromMap(Map<String, dynamic> map)
factory

Properties

applicationLogLevel → Input<String?>?
Detail level of application logs. Valid values: TRACE, DEBUG, INFO, WARN, ERROR, FATAL.
final
hashCode int
The hash code for this object.
no setterinherited
logFormat → Input<String>
Log format. Valid values: Text, JSON.
final
logGroup → Input<String?>?
CloudWatch log group where logs are sent.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
systemLogLevel → Input<String?>?
Detail level of Lambda platform logs. Valid values: DEBUG, INFO, WARN.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited