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.Redshift
Assembly: Amazon.CDK.AWS.Redshift.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::Redshift::ClusterParameterGroup

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

ClusterParameterGroupName

(experimental) The name of the parameter group.

Methods

FromClusterParameterGroupName(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

ClusterParameterGroupName

(experimental) The name of the parameter group.

public virtual string ClusterParameterGroupName { get; }
Property Value

System.String

Remarks

Stability: Experimental

Methods

FromClusterParameterGroupName(Construct, String, String)

(experimental) Imports a parameter group.

public static IClusterParameterGroup FromClusterParameterGroupName(Construct scope, string id, string clusterParameterGroupName)
Parameters
scope Constructs.Construct
id System.String
clusterParameterGroupName System.String
Returns

IClusterParameterGroup

Remarks

Stability: Experimental

Implements

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