Show / Hide Table of Contents

Interface IParameterGroupClusterConfig

The type returned from IParameterGroup.bindToCluster.

Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.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

string

Remarks

ExampleMetadata: fixture=_generated

Back to top Generated by DocFX