Class LoggingConfig

    • Method Detail

      • logFormat

        public final LogFormat logFormat()

        The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.

        If the service returns an enum value that is not available in the current SDK version, logFormat will return LogFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from logFormatAsString().

        Returns:
        The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.
        See Also:
        LogFormat
      • logFormatAsString

        public final String logFormatAsString()

        The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.

        If the service returns an enum value that is not available in the current SDK version, logFormat will return LogFormat.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from logFormatAsString().

        Returns:
        The format in which Lambda sends your function's application and system logs to CloudWatch. Select between plain text and structured JSON.
        See Also:
        LogFormat
      • applicationLogLevel

        public final ApplicationLogLevel applicationLogLevel()

        Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.

        If the service returns an enum value that is not available in the current SDK version, applicationLogLevel will return ApplicationLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from applicationLogLevelAsString().

        Returns:
        Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.
        See Also:
        ApplicationLogLevel
      • applicationLogLevelAsString

        public final String applicationLogLevelAsString()

        Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.

        If the service returns an enum value that is not available in the current SDK version, applicationLogLevel will return ApplicationLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from applicationLogLevelAsString().

        Returns:
        Set this property to filter the application logs for your function that Lambda sends to CloudWatch. Lambda only sends application logs at the selected level of detail and lower, where TRACE is the highest level and FATAL is the lowest.
        See Also:
        ApplicationLogLevel
      • systemLogLevel

        public final SystemLogLevel systemLogLevel()

        Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.

        If the service returns an enum value that is not available in the current SDK version, systemLogLevel will return SystemLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from systemLogLevelAsString().

        Returns:
        Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.
        See Also:
        SystemLogLevel
      • systemLogLevelAsString

        public final String systemLogLevelAsString()

        Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.

        If the service returns an enum value that is not available in the current SDK version, systemLogLevel will return SystemLogLevel.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from systemLogLevelAsString().

        Returns:
        Set this property to filter the system logs for your function that Lambda sends to CloudWatch. Lambda only sends system logs at the selected level of detail and lower, where DEBUG is the highest level and WARN is the lowest.
        See Also:
        SystemLogLevel
      • logGroup

        public final String logGroup()

        The name of the Amazon CloudWatch log group the function sends logs to. By default, Lambda functions send logs to a default log group named /aws/lambda/<function name>. To use a different log group, enter an existing log group or enter a new log group name.

        Returns:
        The name of the Amazon CloudWatch log group the function sends logs to. By default, Lambda functions send logs to a default log group named /aws/lambda/<function name>. To use a different log group, enter an existing log group or enter a new log group name.
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)