OptionGroup

class OptionGroup : KotlinCustomResource

The AWS::RDS::OptionGroup resource creates 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>

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

Link copied to clipboard
val id: Output<String>
Link copied to clipboard

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

Provides a description of the option group.

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

Specifies the name of the option group.

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

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

Link copied to clipboard
val urn: Output<String>