interface CloudWatchLogsDestinationDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.Mixins.Preview.AWS.ElastiCache.Mixins.CfnReplicationGroupPropsMixin.CloudWatchLogsDestinationDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkmixinspreview/v2/awselasticache/mixins#CfnReplicationGroupPropsMixin_CloudWatchLogsDestinationDetailsProperty |
Java | software.amazon.awscdk.mixins.preview.services.elasticache.mixins.CfnReplicationGroupPropsMixin.CloudWatchLogsDestinationDetailsProperty |
Python | aws_cdk.mixins_preview.aws_elasticache.mixins.CfnReplicationGroupPropsMixin.CloudWatchLogsDestinationDetailsProperty |
TypeScript | @aws-cdk/mixins-preview » aws_elasticache » mixins » CfnReplicationGroupPropsMixin » CloudWatchLogsDestinationDetailsProperty |
The configuration details of the 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.CfnReplicationGroupPropsMixin.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