Option Group Option Args
data class OptionGroupOptionArgs(val dbSecurityGroupMemberships: Output<List<String>>? = null, val optionName: Output<String>, val optionSettings: Output<List<OptionGroupOptionOptionSettingArgs>>? = null, val port: Output<Int>? = null, val version: Output<String>? = null, val vpcSecurityGroupMemberships: Output<List<String>>? = null) : ConvertibleToJava<OptionGroupOptionArgs>
Properties
Link copied to clipboard
A list of DB Security Groups for which the option is enabled.
Link copied to clipboard
The Name of the Option (e.g., MEMCACHED).
Link copied to clipboard
A list of option settings to apply.
Link copied to clipboard
A list of VPC Security Groups for which the option is enabled.