Interface CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty

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

@Stability(Stable) public static interface CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty extends software.amazon.jsii.JsiiSerializable
The configuration details of the 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: