Class CfnOptionGroupProps.Jsii$Proxy

java.lang.Object
software.amazon.jsii.JsiiObject
software.amazon.awscdk.services.rds.CfnOptionGroupProps.Jsii$Proxy
All Implemented Interfaces:
CfnOptionGroupProps, software.amazon.jsii.JsiiSerializable
Enclosing interface:
CfnOptionGroupProps

@Stability(Stable) @Internal public static final class CfnOptionGroupProps.Jsii$Proxy extends software.amazon.jsii.JsiiObject implements CfnOptionGroupProps
An implementation for CfnOptionGroupProps
  • Constructor Details

    • Jsii$Proxy

      protected Jsii$Proxy(software.amazon.jsii.JsiiObjectRef objRef)
      Constructor that initializes the object based on values retrieved from the JsiiObject.
      Parameters:
      objRef - Reference to the JSII managed object.
    • Jsii$Proxy

      protected Jsii$Proxy(CfnOptionGroupProps.Builder builder)
      Constructor that initializes the object based on literal property values passed by the CfnOptionGroupProps.Builder.
  • Method Details

    • getEngineName

      public final String getEngineName()
      Description copied from interface: CfnOptionGroupProps
      Specifies the name of the engine that this option group should be associated with.

      Valid Values:

      • mariadb
      • mysql
      • oracle-ee
      • oracle-ee-cdb
      • oracle-se2
      • oracle-se2-cdb
      • postgres
      • sqlserver-ee
      • sqlserver-se
      • sqlserver-ex
      • sqlserver-web
      Specified by:
      getEngineName in interface CfnOptionGroupProps
    • getMajorEngineVersion

      public final String getMajorEngineVersion()
      Description copied from interface: CfnOptionGroupProps
      Specifies the major version of the engine that this option group should be associated with.
      Specified by:
      getMajorEngineVersion in interface CfnOptionGroupProps
    • getOptionGroupDescription

      public final String getOptionGroupDescription()
      Description copied from interface: CfnOptionGroupProps
      The description of the option group.
      Specified by:
      getOptionGroupDescription in interface CfnOptionGroupProps
    • getOptionConfigurations

      public final Object getOptionConfigurations()
      Description copied from interface: CfnOptionGroupProps
      A list of options and the settings for each option.
      Specified by:
      getOptionConfigurations in interface CfnOptionGroupProps
    • getOptionGroupName

      public final String getOptionGroupName()
      Description copied from interface: CfnOptionGroupProps
      The name of the option group to be created.

      Constraints:

      • Must be 1 to 255 letters, numbers, or hyphens
      • First character must be a letter
      • Can't end with a hyphen or contain two consecutive hyphens

      Example: myoptiongroup

      If you don't specify a value for OptionGroupName property, a name is automatically created for the option group.

      This value is stored as a lowercase string.

      Specified by:
      getOptionGroupName in interface CfnOptionGroupProps
    • getTags

      public final List<CfnTag> getTags()
      Description copied from interface: CfnOptionGroupProps
      An optional array of key-value pairs to apply to this option group.
      Specified by:
      getTags in interface CfnOptionGroupProps
    • $jsii$toJson

      @Internal public com.fasterxml.jackson.databind.JsonNode $jsii$toJson()
      Specified by:
      $jsii$toJson in interface software.amazon.jsii.JsiiSerializable
    • equals

      public final boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public final int hashCode()
      Overrides:
      hashCode in class Object