Class ParameterGroupInstanceConfig
The type returned from IParameterGroup.bindToInstance.
Implements
Inherited Members
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ParameterGroupInstanceConfig : IParameterGroupInstanceConfig
Syntax (vb)
Public Class ParameterGroupInstanceConfig Implements 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
Constructors
| ParameterGroupInstanceConfig() | The type returned from |
Properties
| ParameterGroupName | The name of this parameter group. |
Constructors
ParameterGroupInstanceConfig()
The type returned from IParameterGroup.bindToInstance.
public ParameterGroupInstanceConfig()
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"
};
Properties
ParameterGroupName
The name of this parameter group.
public string ParameterGroupName { get; set; }
Property Value
Remarks
ExampleMetadata: fixture=_generated