Show / Hide Table of Contents

Class BrokerLogsGetArgs

Inheritance
System.Object
InputArgs
ResourceArgs
BrokerLogsGetArgs
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 BrokerLogsGetArgs : ResourceArgs

Constructors

View Source

BrokerLogsGetArgs()

Declaration
public BrokerLogsGetArgs()

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.