Class DBParameterGroupReference
A reference to a DBParameterGroup resource.
Implements
Inherited Members
Namespace: Amazon.CDK.Interfaces.Neptune
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DBParameterGroupReference : IDBParameterGroupReference
Syntax (vb)
Public Class DBParameterGroupReference Implements IDBParameterGroupReference
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.Neptune;
var dBParameterGroupReference = new DBParameterGroupReference {
DbParameterGroupName = "dbParameterGroupName"
};
Synopsis
Constructors
| DBParameterGroupReference() | A reference to a DBParameterGroup resource. |
Properties
| DbParameterGroupName | The Name of the DBParameterGroup resource. |
Constructors
DBParameterGroupReference()
A reference to a DBParameterGroup resource.
public DBParameterGroupReference()
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.Neptune;
var dBParameterGroupReference = new DBParameterGroupReference {
DbParameterGroupName = "dbParameterGroupName"
};
Properties
DbParameterGroupName
The Name of the DBParameterGroup resource.
public string DbParameterGroupName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated