interface ReplicationGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.ElastiCache.ReplicationGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awselasticache#ReplicationGroupReference |
![]() | software.amazon.awscdk.services.elasticache.ReplicationGroupReference |
![]() | aws_cdk.aws_elasticache.ReplicationGroupReference |
![]() | aws-cdk-lib » aws_elasticache » ReplicationGroupReference |
A reference to a ReplicationGroup resource.
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 replicationGroupReference: elasticache.ReplicationGroupReference = {
replicationGroupId: 'replicationGroupId',
};
Properties
Name | Type | Description |
---|---|---|
replication | string | The ReplicationGroupId of the ReplicationGroup resource. |
replicationGroupId
Type:
string
The ReplicationGroupId of the ReplicationGroup resource.