Show / Hide Table of Contents

Interface IParameterGroupInstanceConfig

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

Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.AWS.RDS.dll
Syntax (csharp)
public interface IParameterGroupInstanceConfig
Syntax (vb)
Public Interface IParameterGroupInstanceConfig
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 parameterGroupInstanceConfig = new ParameterGroupInstanceConfig {
    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