interface CloudWatchLogsDestinationDetailsProperty
This page is available in another version. Click here for the v2 documentation.
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElastiCache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty |
![]() | software.amazon.awscdk.services.elasticache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty |
![]() | aws_cdk.aws_elasticache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty |
![]() | @aws-cdk/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 * as elasticache from '@aws-cdk/aws-elasticache';
const cloudWatchLogsDestinationDetailsProperty: elasticache.CfnCacheCluster.CloudWatchLogsDestinationDetailsProperty = {
logGroup: 'logGroup',
};
Properties
Name | Type | Description |
---|---|---|
log | string | The name of the CloudWatch Logs log group. |
logGroup
Type:
string
The name of the CloudWatch Logs log group.