Interface CfnConnectorPropsMixin.CloudWatchLogsLogDeliveryProperty

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

@Stability(Stable) public static interface CfnConnectorPropsMixin.CloudWatchLogsLogDeliveryProperty extends software.amazon.jsii.JsiiSerializable
The settings for delivering connector logs to Amazon 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.kafkaconnect.*;
 CloudWatchLogsLogDeliveryProperty cloudWatchLogsLogDeliveryProperty = CloudWatchLogsLogDeliveryProperty.builder()
         .enabled(false)
         .logGroup("logGroup")
         .build();
 

See Also: