@Stability(value=Stable)
public static interface CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty
extends software.amazon.jsii.JsiiSerializable
Note that this field is marked as required but only if CloudWatch Logs was chosen as the destination.
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.elasticache.*;
CloudWatchLogsDestinationDetailsProperty cloudWatchLogsDestinationDetailsProperty = CloudWatchLogsDestinationDetailsProperty.builder()
.logGroup("logGroup")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty.Builder
|
static class |
CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty.Jsii$Proxy
An implementation for
CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty.Builder |
builder() |
String |
getLogGroup()
The name of the CloudWatch Logs log group.
|
@Stability(value=Stable) @NotNull String getLogGroup()
@Stability(value=Stable) static CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty.Builder builder()
Copyright © 2022. All rights reserved.