Show / Hide Table of Contents

Class ParameterGroupInstanceConfig

The type returned from IParameterGroup.bindToInstance.

Inheritance
object
ParameterGroupInstanceConfig
Implements
IParameterGroupInstanceConfig
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 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 IParameterGroup.bindToInstance.

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

string

Remarks

ExampleMetadata: fixture=_generated

Implements

IParameterGroupInstanceConfig
Back to top Generated by DocFX