Skip to main content

option_groups

Retrieves a list of option_groups in a region

Overview

Nameoption_groups
TypeResource
Descriptionoption_groups
Idawscc.rds.option_groups

Fields

NameDatatypeDescription
option_group_namestringSpecifies the name of the option group.
regionstringAWS region.

Methods

Currently only SELECT is supported for this resource resource.

Example

SELECT
region,
option_group_name
FROM awscc.rds.option_groups
WHERE region = 'us-east-1'

Permissions

To operate on the option_groups resource, the following permissions are required:

Create

iam:CreateServiceLinkedRole,
rds:AddTagsToResource,
rds:CreateOptionGroup,
rds:DescribeOptionGroups,
rds:ListTagsForResource,
rds:ModifyOptionGroup,
rds:RemoveTagsFromResource

List

rds:DescribeOptionGroups