Interface CfnReplicatorPropsMixin.CloudWatchLogsProperty

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

@Stability(Stable) public static interface CfnReplicatorPropsMixin.CloudWatchLogsProperty extends software.amazon.jsii.JsiiSerializable
Details about delivering logs to CloudWatch Logs.

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.msk.*;
 CloudWatchLogsProperty cloudWatchLogsProperty = CloudWatchLogsProperty.builder()
         .enabled(false)
         .logGroup("logGroup")
         .build();
 

See Also: