@Generated(value="jsii-pacmak/1.24.0 (build b722f66)", date="2021-03-11T13:46:51.586Z") @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.
|
getNode@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 © 2021. All rights reserved.