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_portInteger

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.

#descriptionString

The description of the option.

Returns:

  • (String)

    The description of the option.

#engine_nameString

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_versionString

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_versionString

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

Returns:

  • (String)

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

#nameString

The name of the option.

Returns:

  • (String)

    The name of the option.

#option_group_option_settingsArray<Types::OptionGroupOptionSetting>

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

Returns:

#option_group_option_versionsArray<Types::OptionVersion>

The versions that are available for the option.

Returns:

#options_conflicts_withArray<String>

The options that conflict with this option.

Returns:

  • (Array<String>)

    The options that conflict with this option.

#options_depended_onArray<String>

The options that are prerequisites for this option.

Returns:

  • (Array<String>)

    The options that are prerequisites for this option.

#permanentBoolean

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.

#persistentBoolean

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_requiredBoolean

Specifies whether the option requires a port.

Returns:

  • (Boolean)

    Specifies whether the option requires a port.

#requires_auto_minor_engine_version_upgradeBoolean

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_downgradeBoolean

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_onlyBoolean

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.