Show / Hide Table of Contents

Interface IDBClusterParameterGroupReference

A reference to a DBClusterParameterGroup resource.

Namespace: Amazon.CDK.Interfaces.Neptune
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IDBClusterParameterGroupReference
Syntax (vb)
Public Interface IDBClusterParameterGroupReference
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 dBClusterParameterGroupReference = new DBClusterParameterGroupReference {
                DbClusterParameterGroupName = "dbClusterParameterGroupName"
            };

Synopsis

Properties

DbClusterParameterGroupName

The Name of the DBClusterParameterGroup resource.

Properties

DbClusterParameterGroupName

The Name of the DBClusterParameterGroup resource.

string DbClusterParameterGroupName { get; }
Property Value

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX