Class BrokerLogsGetArgs
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.Inputs
Assembly: Pulumi.Aws.dll
Syntax
public sealed class BrokerLogsGetArgs : ResourceArgs
Constructors
View SourceBrokerLogsGetArgs()
Declaration
public BrokerLogsGetArgs()
Properties
View SourceAudit
Enables audit logging. User management action made using JMX or the ActiveMQ Web Console is logged. Defaults to false.
Declaration
public Input<bool> Audit { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
General
Enables general logging via CloudWatch. Defaults to false.
Declaration
public Input<bool> General { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |