Type object
Schema URL https://catalog.lintel.tools/schemas/schemastore/serverless-framework-configuration/_shared/latest--aws-rds-optiongroup.json
Parent schema serverless-framework-configuration
Type: object

The AWS::RDS::OptionGroup resource creates an option group, to enable and configure features that are specific to a particular DB engine.. Source:- https://github.com/aws-cloudformation/aws-cloudformation-resource-providers-rds

Properties

OptionGroupDescription string | Aws_CF_FunctionString required

Provides a description of the option group.

EngineName string | Aws_CF_FunctionString required

Indicates the name of the engine that this option group can be applied to.

MajorEngineVersion string | Aws_CF_FunctionString required

Indicates the major engine version associated with this option group.

OptionGroupName string | Aws_CF_FunctionString

Specifies the name of the option group.

OptionConfigurations OptionConfiguration[]

Indicates what options are available in the option group.

Tags Tag[]

An array of key-value pairs to apply to this resource.

Definitions

OptionConfiguration object

The OptionConfiguration property type specifies an individual option, and its settings, within an AWS::RDS::OptionGroup resource.

OptionName string | Aws_CF_FunctionString required

The configuration of options to include in a group.

DBSecurityGroupMemberships string[]

A list of DBSecurityGroupMembership name strings used for this option.

uniqueItems=true
OptionSettings OptionSetting[]

The option settings to include in an option group.

OptionVersion string | Aws_CF_FunctionString

The version for the option.

Port integer

The optional port for the option.

VpcSecurityGroupMemberships string[]

A list of VpcSecurityGroupMembership name strings used for this option.

uniqueItems=true
OptionSetting object

The OptionSetting property type specifies the value for an option within an OptionSetting property.

Name string | Aws_CF_FunctionString

The name of the option that has settings that you can set.

Value string | Aws_CF_FunctionString

The current value of the option setting.

Tag object

A key-value pair to associate with a resource.

Key string | Aws_CF_FunctionString required

The key name of the tag. You can specify a value that is 1 to 128 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.

Value string | Aws_CF_FunctionString

The value for the tag. You can specify a value that is 0 to 256 Unicode characters in length and cannot be prefixed with aws:. You can use any of the following characters: the set of Unicode letters, digits, whitespace, _, ., /, =, +, and -.