option_group_tags
Expands all tag keys and values for option_groups
in a region
Overview
Name | option_group_tags |
Type | Resource |
Description | The AWS::RDS::OptionGroup resource creates an option group, to enable and configure features that are specific to a particular DB engine. |
Id | aws.rds.option_group_tags |
Fields
Name | Datatype | Description |
---|---|---|
option_group_name | string | Specifies the name of the option group. |
option_group_description | string | Provides a description of the option group. |
engine_name | string | Indicates the name of the engine that this option group can be applied to. |
major_engine_version | string | Indicates the major engine version associated with this option group. |
option_configurations | array | Indicates what options are available in the option group. |
tag_key | string | Tag key. |
tag_value | string | Tag value. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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