You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.
Class: Aws::RDS::Types::OptionConfigurationWhen passing OptionConfiguration as input to an Aws::Client method, you can use a vanilla Hash:
{
option_name: "String", port: 1,
option_version: "String",
db_security_group_memberships: ["String"],
vpc_security_group_memberships: ["String"],
option_settings: [
{
name: "String",
value: "String",
default_value: "String",
description: "String",
apply_type: "String",
data_type: "String",
allowed_values: "String",
is_modifiable: false,
is_collection: false,
},
],
}
A list of all available options
Instance Attribute Summary collapseA list of DBSecurityGroupMembership name strings used for this option.
The configuration of options to include in a group.
The option settings to include in an option group.
The version for the option.
The optional port for the option.
A list of VpcSecurityGroupMembership name strings used for this option.
A list of DBSecurityGroupMembership name strings used for this option.
#option_name ⇒ StringThe configuration of options to include in a group.
#option_version ⇒ StringThe version for the option.
#port ⇒ IntegerThe optional port for the option.
#vpc_security_group_memberships ⇒ Array<String>A list of VpcSecurityGroupMembership name strings used for this option.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4