GetFunctionLoggingConfig class
Constructors
-
GetFunctionLoggingConfig({required Input<String> applicationLogLevel, required Input<String> logFormat, required Input<String> logGroup, required Input<String> systemLogLevel})
-
Creates a new GetFunctionLoggingConfig.
applicationLogLevel Detail level of the logs your application sends to CloudWatch when using supported logging libraries.
logFormat Format for your function's logs. Valid values: Text, JSON.
logGroup CloudWatch log group your function sends logs to.
systemLogLevel Detail level of the Lambda platform event logs sent to CloudWatch.
const
-
GetFunctionLoggingConfig.fromMap(Map<String, dynamic> map)
-
factory
Properties
-
applicationLogLevel
→ Input<String>
-
Detail level of the logs your application sends to CloudWatch when using supported logging libraries.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
logFormat
→ Input<String>
-
Format for your function's logs. Valid values:
Text, JSON.
final
-
logGroup
→ Input<String>
-
CloudWatch log group your function sends logs to.
final
-
runtimeType
→ Type
-
A representation of the runtime type of the object.
no setterinherited
-
systemLogLevel
→ Input<String>
-
Detail level of the Lambda platform event logs sent to CloudWatch.
final