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:
-
Nested Class Summary
Modifier and TypeInterfaceDescriptionstatic final class
static final class
An implementation forCfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty
-
Method Summary
Methods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
getLogGroup
The name of the CloudWatch Logs log group.- See Also:
-
builder
@Stability(Stable) static CfnReplicationGroup.CloudWatchLogsDestinationDetailsProperty.Builder builder()
-