Class BrokerLogs
Inheritance
System.Object
BrokerLogs
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Aws.Mq.Outputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BrokerLogs
Fields
View SourceAudit
Enables audit logging. User management action made using JMX or the ActiveMQ Web Console is logged. Defaults to false.
Declaration
public readonly bool? Audit
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
General
Enables general logging via CloudWatch. Defaults to false.
Declaration
public readonly bool? General
Field Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |