aws-cdk-lib.aws_amazonmq.CfnBroker.LogListProperty

interface LogListProperty

LanguageType name
.NETAmazon.CDK.AWS.AmazonMQ.CfnBroker.LogListProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#CfnBroker_LogListProperty
Javasoftware.amazon.awscdk.services.amazonmq.CfnBroker.LogListProperty
Pythonaws_cdk.aws_amazonmq.CfnBroker.LogListProperty
TypeScript aws-cdk-lib » aws_amazonmq » CfnBroker » LogListProperty

The list of information about logs to be enabled for the specified broker.

Example

// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import { aws_amazonmq as amazonmq } from 'aws-cdk-lib';
const logListProperty: amazonmq.CfnBroker.LogListProperty = {
  audit: false,
  general: false,
};

Properties

NameTypeDescription
audit?boolean | IResolvableEnables audit logging.
general?boolean | IResolvableEnables general logging.

audit?

Type: boolean | IResolvable (optional)

Enables audit logging.

Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.


general?

Type: boolean | IResolvable (optional)

Enables general logging.