Interface CapacityProviderLoggingConfig.Builder

  • Method Details

    • systemLogLevel

      CapacityProviderLoggingConfig.Builder systemLogLevel(String systemLogLevel)

      Set this property to filter the system logs for your capacity provider 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.

      Parameters:
      systemLogLevel - Set this property to filter the system logs for your capacity provider 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • systemLogLevel

      CapacityProviderLoggingConfig.Builder systemLogLevel(SystemLogLevel systemLogLevel)

      Set this property to filter the system logs for your capacity provider 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.

      Parameters:
      systemLogLevel - Set this property to filter the system logs for your capacity provider 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.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • logGroup

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

      Parameters:
      logGroup - The name of the Amazon CloudWatch log group the capacity provider sends logs to. By default, Lambda capacity providers send logs to a default log group named /aws/lambda/capacity-provider/<capacity provider name>. To use a different log group, enter an existing log group or enter a new log group name.
      Returns:
      Returns a reference to this object so that method calls can be chained together.