Class ParameterGroupReference
A reference to a ParameterGroup resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.DAX
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ParameterGroupReference : IParameterGroupReference
Syntax (vb)
Public Class ParameterGroupReference Implements 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.DAX;
var parameterGroupReference = new ParameterGroupReference {
ParameterGroupName = "parameterGroupName"
};
Synopsis
Constructors
| ParameterGroupReference() | A reference to a ParameterGroup resource. |
Properties
| ParameterGroupName | The ParameterGroupName of the ParameterGroup resource. |
Constructors
ParameterGroupReference()
A reference to a ParameterGroup resource.
public ParameterGroupReference()
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.DAX;
var parameterGroupReference = new ParameterGroupReference {
ParameterGroupName = "parameterGroupName"
};
Properties
ParameterGroupName
The ParameterGroupName of the ParameterGroup resource.
public string ParameterGroupName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated