Interface IParameterGroupReference
A reference to a ParameterGroup resource.
Namespace: Amazon.CDK.Interfaces.ElastiCache
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IParameterGroupReference
Syntax (vb)
Public Interface IParameterGroupReference
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.Interfaces.ElastiCache;
var parameterGroupReference = new ParameterGroupReference {
CacheParameterGroupName = "cacheParameterGroupName"
};
Synopsis
Properties
| CacheParameterGroupName | The CacheParameterGroupName of the ParameterGroup resource. |
Properties
CacheParameterGroupName
The CacheParameterGroupName of the ParameterGroup resource.
string CacheParameterGroupName { get; }
Property Value
Remarks
ExampleMetadata: fixture=_generated