Show / Hide Table of Contents

Interface IParameterGroupClusterConfig

The type returned from {@link IParameterGroup.bindToCluster}.

Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public interface IParameterGroupClusterConfig
Syntax (vb)
Public Interface IParameterGroupClusterConfig
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.AWS.RDS;

var parameterGroupClusterConfig = new ParameterGroupClusterConfig {
    ParameterGroupName = "parameterGroupName"
};

Synopsis

Properties

ParameterGroupName

The name of this parameter group.

Properties

ParameterGroupName

The name of this parameter group.

string ParameterGroupName { get; }
Property Value

System.String

Back to top Generated by DocFX