Class CfnDBClusterParameterGroupPropsMixin
The AWS::RDS::DBClusterParameterGroup resource creates a new Amazon RDS DB cluster parameter group.
Implements
Inherited Members
Namespace: Amazon.CDK.Mixins.Preview.AWS.RDS.Mixins
Assembly: Amazon.CDK.Mixins.Preview.dll
Syntax (csharp)
public class CfnDBClusterParameterGroupPropsMixin : Mixin, IMixin
Syntax (vb)
Public Class CfnDBClusterParameterGroupPropsMixin Inherits Mixin Implements IMixin
Remarks
For information about configuring parameters for Amazon Aurora DB clusters, see Working with parameter groups in the Amazon Aurora User Guide .
If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting.
If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.
CloudformationResource: AWS::RDS::DBClusterParameterGroup
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.RDS.Mixins;
var parameters;
var cfnDBClusterParameterGroupPropsMixin = new CfnDBClusterParameterGroupPropsMixin(new CfnDBClusterParameterGroupMixinProps {
DbClusterParameterGroupName = "dbClusterParameterGroupName",
Description = "description",
Family = "family",
Parameters = parameters,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Synopsis
Constructors
| CfnDBClusterParameterGroupPropsMixin(ICfnDBClusterParameterGroupMixinProps, ICfnPropertyMixinOptions?) | Create a mixin to apply properties to |
Properties
| CFN_PROPERTY_KEYS | The |
| Props | The |
| Strategy | The |
Methods
| ApplyTo(IConstruct) | Apply the mixin properties to the construct. |
| Supports(IConstruct) | Check if this mixin supports the given construct. |
Constructors
CfnDBClusterParameterGroupPropsMixin(ICfnDBClusterParameterGroupMixinProps, ICfnPropertyMixinOptions?)
Create a mixin to apply properties to AWS::RDS::DBClusterParameterGroup.
public CfnDBClusterParameterGroupPropsMixin(ICfnDBClusterParameterGroupMixinProps props, ICfnPropertyMixinOptions? options = null)
Parameters
- props ICfnDBClusterParameterGroupMixinProps
L1 properties to apply.
- options ICfnPropertyMixinOptions
Mixin options.
Remarks
For information about configuring parameters for Amazon Aurora DB clusters, see Working with parameter groups in the Amazon Aurora User Guide .
If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting.
If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.
CloudformationResource: AWS::RDS::DBClusterParameterGroup
Mixin: true
ExampleMetadata: fixture=_generated
Properties
CFN_PROPERTY_KEYS
The AWS::RDS::DBClusterParameterGroup resource creates a new Amazon RDS DB cluster parameter group.
protected static string[] CFN_PROPERTY_KEYS { get; }
Property Value
string[]
Remarks
For information about configuring parameters for Amazon Aurora DB clusters, see Working with parameter groups in the Amazon Aurora User Guide .
If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting.
If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.
CloudformationResource: AWS::RDS::DBClusterParameterGroup
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.RDS.Mixins;
var parameters;
var cfnDBClusterParameterGroupPropsMixin = new CfnDBClusterParameterGroupPropsMixin(new CfnDBClusterParameterGroupMixinProps {
DbClusterParameterGroupName = "dbClusterParameterGroupName",
Description = "description",
Family = "family",
Parameters = parameters,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Props
The AWS::RDS::DBClusterParameterGroup resource creates a new Amazon RDS DB cluster parameter group.
protected virtual ICfnDBClusterParameterGroupMixinProps Props { get; }
Property Value
ICfnDBClusterParameterGroupMixinProps
Remarks
For information about configuring parameters for Amazon Aurora DB clusters, see Working with parameter groups in the Amazon Aurora User Guide .
If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting.
If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.
CloudformationResource: AWS::RDS::DBClusterParameterGroup
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.RDS.Mixins;
var parameters;
var cfnDBClusterParameterGroupPropsMixin = new CfnDBClusterParameterGroupPropsMixin(new CfnDBClusterParameterGroupMixinProps {
DbClusterParameterGroupName = "dbClusterParameterGroupName",
Description = "description",
Family = "family",
Parameters = parameters,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Strategy
The AWS::RDS::DBClusterParameterGroup resource creates a new Amazon RDS DB cluster parameter group.
protected virtual PropertyMergeStrategy Strategy { get; }
Property Value
Remarks
For information about configuring parameters for Amazon Aurora DB clusters, see Working with parameter groups in the Amazon Aurora User Guide .
If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting.
If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.
CloudformationResource: AWS::RDS::DBClusterParameterGroup
Mixin: true
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.Mixins.Preview.Mixins;
using Amazon.CDK.Mixins.Preview.AWS.RDS.Mixins;
var parameters;
var cfnDBClusterParameterGroupPropsMixin = new CfnDBClusterParameterGroupPropsMixin(new CfnDBClusterParameterGroupMixinProps {
DbClusterParameterGroupName = "dbClusterParameterGroupName",
Description = "description",
Family = "family",
Parameters = parameters,
Tags = new [] { new CfnTag {
Key = "key",
Value = "value"
} }
}, new CfnPropertyMixinOptions {
Strategy = PropertyMergeStrategy.OVERRIDE
});
Methods
ApplyTo(IConstruct)
Apply the mixin properties to the construct.
public override IConstruct ApplyTo(IConstruct construct)
Parameters
- construct IConstruct
Returns
IConstruct
Overrides
Remarks
For information about configuring parameters for Amazon Aurora DB clusters, see Working with parameter groups in the Amazon Aurora User Guide .
If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting.
If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.
CloudformationResource: AWS::RDS::DBClusterParameterGroup
Mixin: true
ExampleMetadata: fixture=_generated
Supports(IConstruct)
Check if this mixin supports the given construct.
public override bool Supports(IConstruct construct)
Parameters
- construct IConstruct
Returns
Overrides
Remarks
For information about configuring parameters for Amazon Aurora DB clusters, see Working with parameter groups in the Amazon Aurora User Guide .
If you apply a parameter group to a DB cluster, then its DB instances might need to reboot. This can result in an outage while the DB instances are rebooting.
If you apply a change to parameter group associated with a stopped DB cluster, then the updated stack waits until the DB cluster is started.
CloudformationResource: AWS::RDS::DBClusterParameterGroup
Mixin: true
ExampleMetadata: fixture=_generated