Show / Hide Table of Contents

Class ParameterGroupClusterConfig

The type returned from IParameterGroup.bindToCluster.

Inheritance
object
ParameterGroupClusterConfig
Implements
IParameterGroupClusterConfig
Inherited Members
object.GetType()
object.MemberwiseClone()
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
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 IParameterGroup.bindToCluster.

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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IParameterGroupClusterConfig
Back to top Generated by DocFX