OptionGroup

class OptionGroup : KotlinCustomResource

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
val engineName: Output<String>

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

Link copied to clipboard
val id: Output<String>
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
val optionGroupName: Output<String>?

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

Link copied to clipboard
val pulumiChildResources: Set<KotlinResource>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val tags: Output<List<Tag>>?

Tags to assign to the option group.

Link copied to clipboard
val urn: Output<String>