Interface CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty

All Superinterfaces:
software.amazon.jsii.JsiiSerializable
All Known Implementing Classes:
CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty.Jsii$Proxy
Enclosing class:
CfnCacheCluster

@Stability(Stable) public static interface CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty extends software.amazon.jsii.JsiiSerializable
Configuration details of a CloudWatch Logs destination.

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();
 

See Also: