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 {
ParameterGroupId = "parameterGroupId"
};
Synopsis
Constructors
| ParameterGroupReference() | A reference to a ParameterGroup resource. |
Properties
| ParameterGroupId | The Id 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 {
ParameterGroupId = "parameterGroupId"
};
Properties
ParameterGroupId
The Id of the ParameterGroup resource.
public string ParameterGroupId { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated