@Stability(value=Stable)
public static interface CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty
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.elasticache.*;
CloudWatchLogsDestinationDetailsProperty cloudWatchLogsDestinationDetailsProperty = CloudWatchLogsDestinationDetailsProperty.builder()
.logGroup("logGroup")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty.Builder
A builder for
CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty |
static class |
CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty.Jsii$Proxy
An implementation for
CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty |
| Modifier and Type | Method and Description |
|---|---|
static CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty.Builder |
builder() |
String |
getLogGroup()
`CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty.LogGroup`.
|
@Stability(value=Stable) @NotNull String getLogGroup()
@Stability(value=Stable) static CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty.Builder builder()
Copyright © 2021. All rights reserved.