Class ClusterParameterGroup
(experimental) A cluster parameter group.
Inherited Members
Namespace: Amazon.CDK.AWS.DocDB
Assembly: Amazon.CDK.AWS.DocDB.dll
Syntax (csharp)
public class ClusterParameterGroup : Resource, IClusterParameterGroup, IResource, IConstruct, IConstruct, IDependable
Syntax (vb)
Public Class ClusterParameterGroup
Inherits Resource
Implements IClusterParameterGroup, IResource, IConstruct, IConstruct, IDependable
Remarks
Stability: Experimental
Resource: AWS::DocDB::DBClusterParameterGroup
Synopsis
Constructors
ClusterParameterGroup(ByRefValue) | Used by jsii to construct an instance of this class from a Javascript-owned object reference |
ClusterParameterGroup(DeputyBase.DeputyProps) | Used by jsii to construct an instance of this class from DeputyProps |
ClusterParameterGroup(Construct, String, IClusterParameterGroupProps) |
Properties
ParameterGroupName | (experimental) The name of the parameter group. |
Methods
FromParameterGroupName(Construct, String, String) | (experimental) Imports a parameter group. |
Constructors
ClusterParameterGroup(ByRefValue)
Used by jsii to construct an instance of this class from a Javascript-owned object reference
protected ClusterParameterGroup(ByRefValue reference)
Parameters
- reference Amazon.JSII.Runtime.Deputy.ByRefValue
The Javascript-owned object reference
ClusterParameterGroup(DeputyBase.DeputyProps)
Used by jsii to construct an instance of this class from DeputyProps
protected ClusterParameterGroup(DeputyBase.DeputyProps props)
Parameters
- props Amazon.JSII.Runtime.Deputy.DeputyBase.DeputyProps
The deputy props
ClusterParameterGroup(Construct, String, IClusterParameterGroupProps)
public ClusterParameterGroup(Construct scope, string id, IClusterParameterGroupProps props)
Parameters
- scope Constructs.Construct
- id System.String
- props IClusterParameterGroupProps
Remarks
Stability: Experimental
Properties
ParameterGroupName
(experimental) The name of the parameter group.
public virtual string ParameterGroupName { get; }
Property Value
System.String
Remarks
Stability: Experimental
Methods
FromParameterGroupName(Construct, String, String)
(experimental) Imports a parameter group.
public static IClusterParameterGroup FromParameterGroupName(Construct scope, string id, string parameterGroupName)
Parameters
- scope Constructs.Construct
- id System.String
- parameterGroupName System.String
Returns
Remarks
Stability: Experimental
Implements
Constructs.IConstruct