Option Group Args
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.
Properties
Link copied to clipboard
Specifies the name of the engine that this option group should be associated with. Valid Values:
Link copied to clipboard
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
The description of the option group.
Link copied to clipboard
The name of the option group to be created. Constraints: