AWS::RDS::OptionGroupThe AWS::RDS::OptionGroup resource creates or updates an option group, to enable and configure features that are specific to a particular DB engine.
6 configurable properties. 3 required. Click a row to see details.
| Property | Type | Flags |
|---|---|---|
EngineName | string | RequiredCreate-only |
MajorEngineVersion | string | RequiredCreate-only |
OptionGroupDescription | string | RequiredCreate-only |
OptionConfigurations | Array<OptionConfiguration> | |
OptionGroupName | string | Create-only |
Tags | Array<Tag> |
A minimal template with required properties and common optional ones.
AWSTemplateFormatVersion: "2010-09-09"
Description: Sample template for AWS::RDS::OptionGroup
Resources:
MyResource:
Type: AWS::RDS::OptionGroup
Properties:
EngineName: "my-enginename"
MajorEngineVersion: "value"
OptionGroupDescription: "value"
Tags:
- Key: Environment
Value: ProductionPermissions CloudFormation needs in your IAM role to manage this resource.
iam:CreateServiceLinkedRolerds:AddTagsToResourcerds:CreateOptionGrouprds:DescribeOptionGroupsrds:ListTagsForResourcerds:ModifyOptionGrouprds:RemoveTagsFromResourcerds:DescribeOptionGroupsrds:ListTagsForResourcerds:AddTagsToResourcerds:DescribeOptionGroupsrds:ListTagsForResourcerds:ModifyOptionGrouprds:RemoveTagsFromResourcerds:DeleteOptionGrouprds:DescribeOptionGroupsrds:ListTagsForResourcerds:RemoveTagsFromResourcerds:DescribeOptionGroupsEverything you need to know about RDS on one page. HD quality, print-friendly.
Download Free InfographicOptionGroupNameThese properties cannot be changed after the resource is created. Updating them triggers a replacement.
EngineNameMajorEngineVersionOptionGroupDescriptionOptionGroupName