Show / Hide Table of Contents

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.

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cachecluster-cloudwatchlogsdestinationdetails.html

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; }
Property Value

string

Remarks

See: http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/aws-properties-elasticache-cachecluster-cloudwatchlogsdestinationdetails.html#cfn-elasticache-cachecluster-cloudwatchlogsdestinationdetails-loggroup

Back to top Generated by DocFX