@Stability(value=Stable)
public static interface CfnConnector.CloudWatchLogsLogDeliveryProperty
extends software.amazon.jsii.JsiiSerializable
// 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()
`CfnConnector.CloudWatchLogsLogDeliveryProperty.Enabled`.
|
default String |
getLogGroup()
`CfnConnector.CloudWatchLogsLogDeliveryProperty.LogGroup`.
|
@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.