aws-cdk-lib.aws_elasticache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty

interface CloudWatchLogsDestinationDetailsProperty

LanguageType name
.NETAmazon.CDK.AWS.ElastiCache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty
Gogithub.com/aws/aws-cdk-go/awscdk/v2/awselasticache#CfnCacheCluster_CloudWatchLogsDestinationDetailsProperty
Javasoftware.amazon.awscdk.services.elasticache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty
Pythonaws_cdk.aws_elasticache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty
TypeScript aws-cdk-lib » aws_elasticache » CfnCacheCluster » CloudWatchLogsDestinationDetailsProperty

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 { aws_elasticache as elasticache } from 'aws-cdk-lib';
const cloudWatchLogsDestinationDetailsProperty: elasticache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty = {
  logGroup: 'logGroup',
};

Properties

NameTypeDescription
logGroupstringThe name of the CloudWatch Logs log group.

logGroup

Type: string

The name of the CloudWatch Logs log group.