Skip to main content

option_group_tags

Expands all tag keys and values for option_groups in a region

Overview

Nameoption_group_tags
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.
Idaws.rds.option_group_tags

Fields

NameDatatypeDescription
option_group_namestringThe 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.
option_group_descriptionstringThe description of the option group.
engine_namestringSpecifies the name of the engine that this option group should be associated with.
Valid Values:
+ mariadb
+ mysql
+ oracle-ee
+ oracle-ee-cdb
+ oracle-se2
+ oracle-se2-cdb
+ postgres
+ sqlserver-ee
+ sqlserver-se
+ sqlserver-ex
+ sqlserver-web
major_engine_versionstringSpecifies the major version of the engine that this option group should be associated with.
option_configurationsarrayA list of all available options for an option group.
tag_keystringTag key.
tag_valuestringTag value.
regionstringAWS region.

Methods

NameAccessible byRequired Params
list_resourcesSELECTregion

SELECT examples

Expands tags for all option_groups in a region.

SELECT
region,
option_group_name,
option_group_description,
engine_name,
major_engine_version,
option_configurations,
tag_key,
tag_value
FROM aws.rds.option_group_tags
WHERE region = 'us-east-1';

Permissions

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