get Option Group
The `AWS::RDS::OptionGroup`
resource creates or updates an option group, to enable and configure features that are specific to a particular DB engine.
Return
null
Parameters
argument
null
Return
null
Parameters
option Group Name
The name of the option group to be created. Constraints:
Must be 1 to 255 letters, numbers, or hyphens
First character must be a letter
Can't end with a hyphen or contain two consecutive hyphens Example:
`myoptiongroup`
If you don't specify a value for`OptionGroupName`
property, a name is automatically created for the option group. This value is stored as a lowercase string.
See also
suspend fun getOptionGroup(argument: suspend GetOptionGroupPlainArgsBuilder.() -> Unit): GetOptionGroupResult
Return
null
Parameters
argument
Builder for com.pulumi.awsnative.rds.kotlin.inputs.GetOptionGroupPlainArgs.