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.

The list of information about logs currently enabled and pending to be deployed for the specified broker.

Inheritance Hierarchy

System.Object
  Amazon.MQ.Model.LogsSummary

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

Syntax

C#
public class LogsSummary

The LogsSummary type exposes the following members

Constructors

NameDescription
Public Method LogsSummary()

Properties

NameTypeDescription
Public Property Audit System.Boolean

Gets and sets the property Audit.

Enables audit logging. Every user management action made using JMX or the ActiveMQ Web Console is logged.

Public Property AuditLogGroup System.String

Gets and sets the property AuditLogGroup.

The location of the CloudWatch Logs log group where audit logs are sent.

Public Property General System.Boolean

Gets and sets the property General.

Enables general logging.

Public Property GeneralLogGroup System.String

Gets and sets the property GeneralLogGroup.

The location of the CloudWatch Logs log group where general logs are sent.

Public Property Pending Amazon.MQ.Model.PendingLogs

Gets and sets the property Pending.

The list of information about logs pending to be deployed for the specified broker.

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