Interface CfnCacheCluster.ICloudWatchLogsDestinationDetailsProperty
Configuration details of a CloudWatch Logs destination.
Namespace: Amazon.CDK.AWS.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface CfnCacheCluster.ICloudWatchLogsDestinationDetailsProperty
Syntax (vb)
Public Interface CfnCacheCluster.ICloudWatchLogsDestinationDetailsProperty
Remarks
Note that this field is marked as required but only if CloudWatch Logs was chosen as the destination.
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.ElastiCache;
var cloudWatchLogsDestinationDetailsProperty = new CloudWatchLogsDestinationDetailsProperty {
LogGroup = "logGroup"
};
Synopsis
Properties
| LogGroup | The name of the CloudWatch Logs log group. |
Properties
LogGroup
The name of the CloudWatch Logs log group.
string LogGroup { get; }