interface CloudWatchLogsDestinationDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ElastiCache.Mixins.CfnCacheClusterPropsMixin.CloudWatchLogsDestinationDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awselasticache/mixins#CfnCacheClusterPropsMixin_CloudWatchLogsDestinationDetailsProperty |
Java | software.amazon.awscdk.mixins.preview.services.elasticache.mixins.CfnCacheClusterPropsMixin.CloudWatchLogsDestinationDetailsProperty |
Python | aws_cdk.mixins_preview.aws_elasticache.mixins.CfnCacheClusterPropsMixin.CloudWatchLogsDestinationDetailsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_elasticache » mixins » CfnCacheClusterPropsMixin » 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 { mixins as elasticache_mixins } from '@aws-cdk/mixins-preview/aws-elasticache';
const cloudWatchLogsDestinationDetailsProperty: elasticache_mixins.CfnCacheClusterPropsMixin.CloudWatchLogsDestinationDetailsProperty = {
logGroup: 'logGroup',
};
Properties
| Name | Type | Description |
|---|---|---|
| log | string | The name of the CloudWatch Logs log group. |
logGroup?
Type:
string
(optional)
The name of the CloudWatch Logs log group.

.NET
Go
Java
Python
TypeScript