Show / Hide Table of Contents

Class BrokerLogsArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BrokerLogsArgs
Inherited Members
ResourceArgs.Empty
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 BrokerLogsArgs : ResourceArgs

Constructors

View Source

BrokerLogsArgs()

Declaration
public BrokerLogsArgs()

Properties

View Source

Audit

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

General

Enables general logging via CloudWatch. Defaults to false.

Declaration
public Input<bool> General { get; set; }
Property Value
Type Description
Input<System.Boolean>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.