OptionGroupOption

Available option.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Indicates whether the option can be copied across Amazon Web Services accounts.

Link copied to clipboard

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

Link copied to clipboard

The description of the option.

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard

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

Link copied to clipboard
val name: String?

The name of the option.

Link copied to clipboard

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

Link copied to clipboard

The versions that are available for the option.

Link copied to clipboard

The options that conflict with this option.

Link copied to clipboard

The options that are prerequisites for this option.

Link copied to clipboard

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.

Link copied to clipboard

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.

Link copied to clipboard

Indicates whether the option requires a port.

Link copied to clipboard

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.

Link copied to clipboard

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

Link copied to clipboard

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

Functions

Link copied to clipboard
inline fun copy(block: OptionGroupOption.Builder.() -> Unit = {}): OptionGroupOption
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String