AWS SDK Version 3 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.

A list of the log types whose configuration is still pending. In other words, these log types are in the process of being activated or deactivated.

Inheritance Hierarchy

System.Object
  Amazon.RDS.Model.PendingCloudwatchLogsExports

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

Syntax

C#
public class PendingCloudwatchLogsExports

The PendingCloudwatchLogsExports type exposes the following members

Constructors

Properties

NameTypeDescription
Public Property LogTypesToDisable System.Collections.Generic.List<System.String>

Gets and sets the property LogTypesToDisable.

Log types that are in the process of being enabled. After they are enabled, these log types are exported to CloudWatch Logs.

Public Property LogTypesToEnable System.Collections.Generic.List<System.String>

Gets and sets the property LogTypesToEnable.

Log types that are in the process of being deactivated. After they are deactivated, these log types aren't exported to CloudWatch Logs.

Version Information

.NET Core App:
Supported in: 3.1

.NET Standard:
Supported in: 2.0

.NET Framework:
Supported in: 4.5, 4.0, 3.5