Interface IParameterGroupClusterBindOptions
Options for IParameterGroup.bindToCluster
. Empty for now, but can be extended later.
Namespace: Amazon.CDK.AWS.RDS
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface IParameterGroupClusterBindOptions
Syntax (vb)
Public Interface IParameterGroupClusterBindOptions
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 parameterGroupClusterBindOptions = new ParameterGroupClusterBindOptions { };