Interface IParameterGroup.Jsii$Default
- All Superinterfaces:
software.constructs.IConstruct,software.constructs.IConstruct.Jsii$Default,IDBClusterParameterGroupRef,IDBClusterParameterGroupRef.Jsii$Default,IDBParameterGroupRef,IDBParameterGroupRef.Jsii$Default,software.constructs.IDependable,software.constructs.IDependable.Jsii$Default,IEnvironmentAware,IEnvironmentAware.Jsii$Default,IParameterGroup,IResource,IResource.Jsii$Default,software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
IParameterGroup.Jsii$Proxy
- Enclosing interface:
IParameterGroup
@Internal
public static interface IParameterGroup.Jsii$Default
extends IParameterGroup, IResource.Jsii$Default, IDBClusterParameterGroupRef.Jsii$Default, IDBParameterGroupRef.Jsii$Default
Internal default implementation for
IParameterGroup.-
Nested Class Summary
Nested classes/interfaces inherited from interface software.constructs.IConstruct
software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.rds.IDBClusterParameterGroupRef
IDBClusterParameterGroupRef.Jsii$Default, IDBClusterParameterGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.rds.IDBParameterGroupRef
IDBParameterGroupRef.Jsii$Default, IDBParameterGroupRef.Jsii$ProxyNested classes/interfaces inherited from interface software.constructs.IDependable
software.constructs.IDependable.Jsii$Default, software.constructs.IDependable.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware
IEnvironmentAware.Jsii$Default, IEnvironmentAware.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.services.rds.IParameterGroup
IParameterGroup.Jsii$Default, IParameterGroup.Jsii$ProxyNested classes/interfaces inherited from interface software.amazon.awscdk.IResource
IResource.Jsii$Default, IResource.Jsii$Proxy -
Method Summary
Modifier and TypeMethodDescriptiondefault BooleanaddParameter(String key, String value) Adds a parameter to this group.default ParameterGroupClusterConfigMethod called when this Parameter Group is used when defining a database cluster.default ParameterGroupInstanceConfigMethod called when this Parameter Group is used when defining a database instance.Methods inherited from interface software.constructs.IConstruct.Jsii$Default
getNodeMethods inherited from interface software.amazon.awscdk.interfaces.rds.IDBClusterParameterGroupRef.Jsii$Default
getDbClusterParameterGroupRefMethods inherited from interface software.amazon.awscdk.interfaces.rds.IDBParameterGroupRef.Jsii$Default
getDbParameterGroupRefMethods inherited from interface software.amazon.awscdk.interfaces.IEnvironmentAware.Jsii$Default
getEnvMethods inherited from interface software.amazon.awscdk.IResource.Jsii$Default
applyRemovalPolicy, getStackMethods inherited from interface software.amazon.jsii.JsiiSerializable
$jsii$toJson
-
Method Details
-
addParameter
@Stability(Stable) @NotNull default Boolean addParameter(@NotNull String key, @NotNull String value) Adds a parameter to this group.If this is an imported parameter group, this method does nothing.
- Specified by:
addParameterin interfaceIParameterGroup- Parameters:
key- This parameter is required.value- This parameter is required.- Returns:
- true if the parameter was actually added (i.e., this ParameterGroup is not imported), false otherwise
-
bindToCluster
@Stability(Stable) @NotNull default ParameterGroupClusterConfig bindToCluster(@NotNull ParameterGroupClusterBindOptions options) Method called when this Parameter Group is used when defining a database cluster.- Specified by:
bindToClusterin interfaceIParameterGroup- Parameters:
options- This parameter is required.
-
bindToInstance
@Stability(Stable) @NotNull default ParameterGroupInstanceConfig bindToInstance(@NotNull ParameterGroupInstanceBindOptions options) Method called when this Parameter Group is used when defining a database instance.- Specified by:
bindToInstancein interfaceIParameterGroup- Parameters:
options- This parameter is required.
-