Skip to main content

option_groups_list_only

Lists option_groups in a region or regions, for all properties use option_groups

Overview

Nameoption_groups_list_only
TypeResource
DescriptionThe AWS::RDS::OptionGroup resource creates an option group, to enable and configure features that are specific to a particular DB engine.
Idaws.rds.option_groups_list_only

Fields

NameDatatypeDescription
option_group_namestringSpecifies the name of the option group.
option_group_descriptionstringProvides a description of the option group.
engine_namestringIndicates the name of the engine that this option group can be applied to.
major_engine_versionstringIndicates the major engine version associated with this option group.
option_configurationsarrayIndicates what options are available in the option group.
tagsarrayAn array of key-value pairs to apply to this resource.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all option_groups in a region.

SELECT
region,
option_group_name
FROM aws.rds.option_groups_list_only
WHERE region = 'us-east-1';

Permissions

For permissions required to operate on the option_groups_list_only resource, see option_groups