interface ParameterGroupReference
Language | Type name |
---|---|
![]() | Amazon.CDK.AWS.DAX.ParameterGroupReference |
![]() | github.com/aws/aws-cdk-go/awscdk/v2/awsdax#ParameterGroupReference |
![]() | software.amazon.awscdk.services.dax.ParameterGroupReference |
![]() | aws_cdk.aws_dax.ParameterGroupReference |
![]() | aws-cdk-lib » aws_dax » 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_dax as dax } from 'aws-cdk-lib';
const parameterGroupReference: dax.ParameterGroupReference = {
parameterGroupId: 'parameterGroupId',
};
Properties
Name | Type | Description |
---|---|---|
parameter | string | The Id of the ParameterGroup resource. |
parameterGroupId
Type:
string
The Id of the ParameterGroup resource.