AWS SDK Version 4 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

The capacity provider's Amazon CloudWatch Logs configuration settings.

Inheritance Hierarchy

System.Object
  Amazon.Lambda.Model.CapacityProviderLoggingConfig

Namespace: Amazon.Lambda.Model
Assembly: AWSSDK.Lambda.dll
Version: 3.x.y.z

Syntax

C#
public class CapacityProviderLoggingConfig

The CapacityProviderLoggingConfig type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LogGroup System.String

Gets and sets the property 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/. To use a different log group, enter an existing log group or enter a new log group name.

Public Property SystemLogLevel Amazon.Lambda.SystemLogLevel

Gets and sets the property 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.

Version Information

.NET:
Supported in: 8.0 and newer, Core 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.7.2 and newer