@Stability(value=Stable)
public static interface CfnCluster.CloudWatchLogsProperty
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.msk.*;
CloudWatchLogsProperty cloudWatchLogsProperty = CloudWatchLogsProperty.builder()
.enabled(false)
// the properties below are optional
.logGroup("logGroup")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCluster.CloudWatchLogsProperty.Builder
A builder for
CfnCluster.CloudWatchLogsProperty |
static class |
CfnCluster.CloudWatchLogsProperty.Jsii$Proxy
An implementation for
CfnCluster.CloudWatchLogsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCluster.CloudWatchLogsProperty.Builder |
builder() |
Object |
getEnabled()
Specifies whether broker logs get sent to the specified CloudWatch Logs destination.
|
default String |
getLogGroup()
The CloudWatch Logs group that is the destination for broker logs.
|
@Stability(value=Stable) @NotNull Object getEnabled()
@Stability(value=Stable) @Nullable default String getLogGroup()
@Stability(value=Stable) static CfnCluster.CloudWatchLogsProperty.Builder builder()
Copyright © 2022. All rights reserved.