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.
  • 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:
      addParameter in interface IParameterGroup
      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:
      bindToCluster in interface IParameterGroup
      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:
      bindToInstance in interface IParameterGroup
      Parameters:
      options - This parameter is required.