Show / Hide Table of Contents

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 Source

Audit

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>
View Source

General

Enables general logging via CloudWatch. Defaults to false.

Declaration
public readonly bool? General
Field Value
Type Description
System.Nullable<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.