You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::RDS::Types::OptionGroupOption

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Available option.

Instance Attribute Summary collapse

Instance Attribute Details

#default_port ⇒ Integer

If the option requires a port, specifies the default port for the option.

Returns:

  • (Integer) —

    If the option requires a port, specifies the default port for the option.

#description ⇒ String

The description of the option.

Returns:

  • (String) —

    The description of the option.

#engine_name ⇒ String

The name of the engine that this option can be applied to.

Returns:

  • (String) —

    The name of the engine that this option can be applied to.

#major_engine_version ⇒ String

Indicates the major engine version that the option is available for.

Returns:

  • (String) —

    Indicates the major engine version that the option is available for.

#minimum_required_minor_engine_version ⇒ String

The minimum required engine version for the option to be applied.

Returns:

  • (String) —

    The minimum required engine version for the option to be applied.

#name ⇒ String

The name of the option.

Returns:

  • (String) —

    The name of the option.

#option_group_option_settings ⇒ Array<Types::OptionGroupOptionSetting>

The option settings that are available (and the default value) for each option in an option group.

Returns:

#option_group_option_versions ⇒ Array<Types::OptionVersion>

The versions that are available for the option.

Returns:

#options_conflicts_with ⇒ Array<String>

The options that conflict with this option.

Returns:

  • (Array<String>) —

    The options that conflict with this option.

#options_depended_on ⇒ Array<String>

The options that are prerequisites for this option.

Returns:

  • (Array<String>) —

    The options that are prerequisites for this option.

#permanent ⇒ Boolean

Permanent options can never be removed from an option group. An option group containing a permanent option can\'t be removed from a DB instance.

Returns:

  • (Boolean) —

    Permanent options can never be removed from an option group.

#persistent ⇒ Boolean

Persistent options can\'t be removed from an option group while DB instances are associated with the option group. If you disassociate all DB instances from the option group, your can remove the persistent option from the option group.

Returns:

  • (Boolean) —

    Persistent options can\'t be removed from an option group while DB instances are associated with the option group.

#port_required ⇒ Boolean

Specifies whether the option requires a port.

Returns:

  • (Boolean) —

    Specifies whether the option requires a port.

#requires_auto_minor_engine_version_upgrade ⇒ Boolean

If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option. You can enable Auto Minor Version Upgrade when you first create your DB instance, or by modifying your DB instance later.

Returns:

  • (Boolean) —

    If true, you must enable the Auto Minor Version Upgrade setting for your DB instance before you can use this option.

#supports_option_version_downgrade ⇒ Boolean

If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available.

Returns:

  • (Boolean) —

    If true, you can change the option to an earlier version of the option.

#vpc_only ⇒ Boolean

If true, you can only use this option with a DB instance that is in a VPC.

Returns:

  • (Boolean) —

    If true, you can only use this option with a DB instance that is in a VPC.