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