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 or updates an option group, to enable and configure features that are specific to a particular DB engine.
Idawscc.rds.option_groups_list_only

Fields

NameDatatypeDescription
option_group_namestringThe name of the option group to be created.<br />Constraints:<br />+ Must be 1 to 255 letters, numbers, or hyphens<br />+ First character must be a letter<br />+ Can't end with a hyphen or contain two consecutive hyphens<br /><br />Example: &#96;&#96;myoptiongroup&#96;&#96;<br />If you don't specify a value for &#96;&#96;OptionGroupName&#96;&#96; property, a name is automatically created for the option group.<br />This value is stored as a lowercase string.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Lists all option_groups in a region.

SELECT
region,
option_group_name
FROM awscc.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