interface CloudWatchLogsDestinationDetailsProperty
| Language | Type name |
|---|---|
.NET | Amazon.CDK.CfnPropertyMixins.AWS.ElastiCache.CfnReplicationGroupPropsMixin.CloudWatchLogsDestinationDetailsProperty |
Go | github.com/aws/aws-cdk-go/awscdkcfnpropertymixins/v2/awselasticache#CfnReplicationGroupPropsMixin_CloudWatchLogsDestinationDetailsProperty |
Java | software.amazon.awscdk.cfnpropertymixins.services.elasticache.CfnReplicationGroupPropsMixin.CloudWatchLogsDestinationDetailsProperty |
Python | aws_cdk.cfn_property_mixins.aws_elasticache.CfnReplicationGroupPropsMixin.CloudWatchLogsDestinationDetailsProperty |
TypeScript | @aws-cdk/cfn-property-mixins » aws_elasticache » 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 { aws_elasticache as elasticache } from '@aws-cdk/cfn-property-mixins';
const cloudWatchLogsDestinationDetailsProperty: elasticache.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