Show / Hide Table of Contents

Class ClusterParameterGroup

(experimental) A cluster parameter group.

Inheritance
System.Object
Construct
Resource
ClusterParameterGroup
Implements
IClusterParameterGroup
IResource
IConstruct
Constructs.IConstruct
IDependable
Inherited Members
Resource.IsResource(IConstruct)
Resource.ApplyRemovalPolicy(RemovalPolicy)
Resource.GeneratePhysicalName()
Resource.GetResourceArnAttribute(String, IArnComponents)
Resource.GetResourceNameAttribute(String)
Resource.Env
Resource.PhysicalName
Resource.Stack
Construct.IsConstruct(Object)
Construct.OnPrepare()
Construct.OnSynthesize(ISynthesisSession)
Construct.OnValidate()
Construct.Prepare()
Construct.Synthesize(ISynthesisSession)
Construct.Validate()
Construct.Node
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

IClusterParameterGroup

Remarks

Stability: Experimental

Implements

IClusterParameterGroup
IResource
IConstruct
Constructs.IConstruct
IDependable
Back to top Generated by DocFX