interface LogListProperty
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.AmazonMQ.CfnBroker.LogListProperty |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsamazonmq#CfnBroker_LogListProperty |
![]() | software.amazon.awscdk.services.amazonmq.CfnBroker.LogListProperty |
![]() | aws_cdk.aws_amazonmq.CfnBroker.LogListProperty |
![]() | 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
Name | Type | Description |
---|---|---|
audit? | boolean | IResolvable | Enables audit logging. |
general? | boolean | IResolvable | Enables 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.