Package | Description |
---|---|
com.amazonaws.services.lambda.model |
Modifier and Type | Method and Description |
---|---|
static SystemLogLevel |
SystemLogLevel.fromValue(String value)
Use this in place of valueOf.
|
static SystemLogLevel |
SystemLogLevel.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SystemLogLevel[] |
SystemLogLevel.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
LoggingConfig |
LoggingConfig.withSystemLogLevel(SystemLogLevel systemLogLevel)
Set this property to filter the system logs for your function that Lambda sends to CloudWatch.
|
Copyright © 2025. All rights reserved.