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<OptionGroupTagArgs>>? = null) : ConvertibleToJava<OptionGroupArgs>

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

Constructors

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

Functions

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

Properties

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

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

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

Indicates the major engine version associated with this option group.

Link copied to clipboard

Indicates what options are available in the option group.

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

Provides a description of the option group.

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

Specifies the name of the option group.

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

An array of key-value pairs to apply to this resource.