Show / Hide Table of Contents

Interface IClusterParameterGroup

(experimental) A parameter group.

Inherited Members
IResource.ApplyRemovalPolicy(RemovalPolicy)
IResource.Env
IResource.Stack
IConstruct.Node
Namespace: Amazon.CDK.AWS.Neptune
Assembly: Amazon.CDK.AWS.Neptune.dll
Syntax (csharp)
public interface IClusterParameterGroup : IResource, IConstruct, IDependable
Syntax (vb)
Public Interface IClusterParameterGroup
    Inherits IResource, IConstruct, IConstruct, IDependable
Remarks

Stability: Experimental

Synopsis

Properties

ClusterParameterGroupName

(experimental) The name of this parameter group.

Properties

ClusterParameterGroupName

(experimental) The name of this parameter group.

string ClusterParameterGroupName { get; }
Property Value

System.String

Remarks

Stability: Experimental

Back to top Generated by DocFX