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