@Stability(value=Stable)
public static interface CfnBroker.LogListProperty
extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.services.amazonmq.*;
LogListProperty logListProperty = LogListProperty.builder()
.audit(false)
.general(false)
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnBroker.LogListProperty.Builder
A builder for
CfnBroker.LogListProperty |
static class |
CfnBroker.LogListProperty.Jsii$Proxy
An implementation for
CfnBroker.LogListProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnBroker.LogListProperty.Builder |
builder() |
default Object |
getAudit()
Enables audit logging.
|
default Object |
getGeneral()
Enables general logging.
|
@Stability(value=Stable) @Nullable default Object getAudit()
Every user management action made using JMX or the ActiveMQ Web Console is logged. Does not apply to RabbitMQ brokers.
@Stability(value=Stable) @Nullable default Object getGeneral()
@Stability(value=Stable) static CfnBroker.LogListProperty.Builder builder()
CfnBroker.LogListProperty.Builder of CfnBroker.LogListPropertyCopyright © 2022. All rights reserved.