public static interface CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty
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 |
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() |
java.lang.String |
getLogGroup()
The name of the CloudWatch Logs log group.
|