option_groups_list_only
Lists option_groups
in a region or regions, for all properties use option_groups
Overview
Name | option_groups_list_only |
Type | Resource |
Description | The AWS::RDS::OptionGroup resource creates or updates an option group, to enable and configure features that are specific to a particular DB engine. |
Id | aws.rds.option_groups_list_only |
Fields
Name | Datatype | Description |
---|---|---|
option_group_name | string | 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. |
region | string | AWS region. |
Methods
Name | Accessible by | Required Params |
---|---|---|
list_resources | SELECT | region |
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