@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-19T20:26:41.492Z") @Stability(value=Stable) public interface IParameterGroup extends software.amazon.jsii.JsiiSerializable, IResource
Represents both a cluster parameter group, and an instance parameter group.
| Modifier and Type | Interface and Description |
|---|---|
static interface |
IParameterGroup.Jsii$Default
Internal default implementation for
IParameterGroup. |
static class |
IParameterGroup.Jsii$Proxy
A proxy class which represents a concrete javascript instance of this type.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
addParameter(String key,
String value)
Adds a parameter to this group.
|
ParameterGroupClusterConfig |
bindToCluster(ParameterGroupClusterBindOptions options)
Method called when this Parameter Group is used when defining a database cluster.
|
ParameterGroupInstanceConfig |
bindToInstance(ParameterGroupInstanceBindOptions options)
Method called when this Parameter Group is used when defining a database instance.
|
applyRemovalPolicy, getEnv, getStack@Stability(value=Stable) @NotNull Boolean addParameter(@NotNull String key, @NotNull String value)
If this is an imported parameter group, this method does nothing.
key - This parameter is required.value - This parameter is required.@Stability(value=Stable) @NotNull ParameterGroupClusterConfig bindToCluster(@NotNull ParameterGroupClusterBindOptions options)
options - This parameter is required.@Stability(value=Stable) @NotNull ParameterGroupInstanceConfig bindToInstance(@NotNull ParameterGroupInstanceBindOptions options)
options - This parameter is required.Copyright © 2022. All rights reserved.