Interface IParameterGroupInstanceConfig
The type returned from IParameterGroup.bindToInstance
.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.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