class Aws::RDS::Types::OptionGroupOption
Available option.
@!attribute [rw] name
The name of the option. @return [String]
@!attribute [rw] description
The description of the option. @return [String]
@!attribute [rw] engine_name
The name of the engine that this option can be applied to. @return [String]
@!attribute [rw] major_engine_version
Indicates the major engine version that the option is available for. @return [String]
@!attribute [rw] minimum_required_minor_engine_version
The minimum required engine version for the option to be applied. @return [String]
@!attribute [rw] port_required
Specifies whether the option requires a port. @return [Boolean]
@!attribute [rw] default_port
If the option requires a port, specifies the default port for the option. @return [Integer]
@!attribute [rw] options_depended_on
The options that are prerequisites for this option. @return [Array<String>]
@!attribute [rw] options_conflicts_with
The options that conflict with this option. @return [Array<String>]
@!attribute [rw] persistent
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. @return [Boolean]
@!attribute [rw] permanent
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. @return [Boolean]
@!attribute [rw] requires_auto_minor_engine_version_upgrade
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. @return [Boolean]
@!attribute [rw] vpc_only
If true, you can only use this option with a DB instance that is in a VPC. @return [Boolean]
@!attribute [rw] supports_option_version_downgrade
If true, you can change the option to an earlier version of the option. This only applies to options that have different versions available. @return [Boolean]
@!attribute [rw] option_group_option_settings
The option settings that are available (and the default value) for each option in an option group. @return [Array<Types::OptionGroupOptionSetting>]
@!attribute [rw] option_group_option_versions
The versions that are available for the option. @return [Array<Types::OptionVersion>]
@see docs.aws.amazon.com/goto/WebAPI/rds-2014-10-31/OptionGroupOption AWS API Documentation
Constants
- SENSITIVE