@Stability(value=Stable)
public static interface CfnConnector.CloudWatchLogsLogDeliveryProperty
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.kafkaconnect.*;
CloudWatchLogsLogDeliveryProperty cloudWatchLogsLogDeliveryProperty = CloudWatchLogsLogDeliveryProperty.builder()
.enabled(false)
// the properties below are optional
.logGroup("logGroup")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnConnector.CloudWatchLogsLogDeliveryProperty.Builder
A builder for
CfnConnector.CloudWatchLogsLogDeliveryProperty |
static class |
CfnConnector.CloudWatchLogsLogDeliveryProperty.Jsii$Proxy
An implementation for
CfnConnector.CloudWatchLogsLogDeliveryProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnConnector.CloudWatchLogsLogDeliveryProperty.Builder |
builder() |
Object |
getEnabled()
Whether log delivery to Amazon CloudWatch Logs is enabled.
|
default String |
getLogGroup()
The name of the CloudWatch log group that is the destination for log delivery.
|
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) @Nullable default String getLogGroup()
@Stability(value=Stable) static CfnConnector.CloudWatchLogsLogDeliveryProperty.Builder builder()
Copyright © 2022. All rights reserved.