Show / Hide Table of Contents

Class DBParameterGroupReference

A reference to a DBParameterGroup resource.

Inheritance
object
DBParameterGroupReference
Implements
IDBParameterGroupReference
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IDBParameterGroupReference
Back to top Generated by DocFX