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:
-
Nested Class Summary
Nested ClassesModifier and TypeInterfaceDescriptionstatic final classA builder forCfnConnectorPropsMixin.CloudWatchLogsLogDeliveryPropertystatic final classAn implementation forCfnConnectorPropsMixin.CloudWatchLogsLogDeliveryProperty -
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getEnabled
Whether log delivery to Amazon CloudWatch Logs is enabled.Returns union: either
BooleanorIResolvable- See Also:
-
getLogGroup
The name of the CloudWatch log group that is the destination for log delivery.- See Also:
-
builder
@Stability(Stable) static CfnConnectorPropsMixin.CloudWatchLogsLogDeliveryProperty.Builder builder()
-