OptionGroupArgs

data class OptionGroupArgs(val engineName: Output<String>? = null, val majorEngineVersion: Output<String>? = null, val optionConfigurations: Output<List<OptionGroupOptionConfigurationArgs>>? = null, val optionGroupDescription: Output<String>? = null, val optionGroupName: Output<String>? = null, val tags: Output<List<TagArgs>>? = null) : ConvertibleToJava<OptionGroupArgs>

The `AWS::RDS::OptionGroup` resource creates or updates an option group, to enable and configure features that are specific to a particular DB engine.

Constructors

Link copied to clipboard
constructor(engineName: Output<String>? = null, majorEngineVersion: Output<String>? = null, optionConfigurations: Output<List<OptionGroupOptionConfigurationArgs>>? = null, optionGroupDescription: Output<String>? = null, optionGroupName: Output<String>? = null, tags: Output<List<TagArgs>>? = null)

Properties

Link copied to clipboard
val engineName: Output<String>? = null

Specifies the name of the engine that this option group should be associated with. Valid Values:

Link copied to clipboard
val majorEngineVersion: Output<String>? = null

Specifies the major version of the engine that this option group should be associated with.

Link copied to clipboard

A list of all available options for an option group.

Link copied to clipboard
val optionGroupDescription: Output<String>? = null

The description of the option group.

Link copied to clipboard
val optionGroupName: Output<String>? = null

The name of the option group to be created. Constraints:

Link copied to clipboard
val tags: Output<List<TagArgs>>? = null

Tags to assign to the option group.

Functions

Link copied to clipboard
open override fun toJava(): OptionGroupArgs