option_group
Gets an individual option_group
resource
Overview
Name | option_group |
Type | Resource |
Description | option_group |
Id | awscc.rds.option_group |
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. |
tags | array | An array of key-value pairs to apply to this resource. |
region | string | AWS region. |
Methods
Currently only SELECT
is supported for this resource resource.
Example
SELECT
region,
option_group_name,
option_group_description,
engine_name,
major_engine_version,
option_configurations,
tags
FROM awscc.rds.option_group
WHERE data__Identifier = '<OptionGroupName>';
Permissions
To operate on the option_group
resource, the following permissions are required:
Read
rds:DescribeOptionGroups,
rds:ListTagsForResource
Update
rds:AddTagsToResource,
rds:DescribeOptionGroups,
rds:ListTagsForResource,
rds:ModifyOptionGroup,
rds:RemoveTagsFromResource
Delete
rds:DeleteOptionGroup,
rds:DescribeOptionGroups,
rds:ListTagsForResource,
rds:RemoveTagsFromResource