Interface CfnBrokerPropsMixin.LogListProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnBrokerPropsMixin.LogListProperty.Jsii$Proxy
Enclosing class:
CfnBrokerPropsMixin

@Stability(Stable) public static interface CfnBrokerPropsMixin.LogListProperty extends software.amazon.jsii.JsiiSerializable
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 software.amazon.awscdk.cfnpropertymixins.services.amazonmq.*;
 LogListProperty logListProperty = LogListProperty.builder()
         .audit(false)
         .general(false)
         .build();
 

See Also: