Class ClusterParameterGroup
A cluster parameter group.
Inherited Members
Namespace: Amazon.CDK.AWS.DocDB
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ClusterParameterGroup : Resource, IClusterParameterGroup, IResource
Syntax (vb)
Public Class ClusterParameterGroup
Inherits Resource
Implements IClusterParameterGroup, IResource
Remarks
Resource: AWS::DocDB::DBClusterParameterGroup
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.DocDB;
var clusterParameterGroup = new ClusterParameterGroup(this, "MyClusterParameterGroup", new ClusterParameterGroupProps {
Family = "family",
Parameters = new Dictionary<string, string> {
{ "parametersKey", "parameters" }
},
// the properties below are optional
DbClusterParameterGroupName = "dbClusterParameterGroupName",
Description = "description"
});
Synopsis
Constructors
Cluster |
Used by jsii to construct an instance of this class from a Javascript-owned object reference |
Cluster |
Used by jsii to construct an instance of this class from DeputyProps |
Cluster |
Properties
Parameter |
The name of the parameter group. |
Methods
From |
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. By Ref Value 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. Deputy Base. Deputy Props The deputy props
ClusterParameterGroup(Construct, String, IClusterParameterGroupProps)
public ClusterParameterGroup(Construct scope, string id, IClusterParameterGroupProps props)
Parameters
- scope Constructs.
Construct - id System.
String - props ICluster
Parameter Group Props
Properties
ParameterGroupName
The name of the parameter group.
public virtual string ParameterGroupName { get; }
Property Value
System.
Methods
FromParameterGroupName(Construct, String, String)
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