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>
Constructors
Link copied to clipboard
fun OptionGroupOptionArgs(dbSecurityGroupMemberships: Output<List<String>>? = null, optionName: Output<String>, optionSettings: Output<List<OptionGroupOptionOptionSettingArgs>>? = null, port: Output<Int>? = null, version: Output<String>? = null, vpcSecurityGroupMemberships: Output<List<String>>? = null)
Functions
Properties
Link copied to clipboard
Link copied to clipboard
Port number when connecting to the option (e.g., 11211). Leaving out or removing port
from your configuration does not remove or clear a port from the option in AWS. AWS may assign a default port. Not including port
in your configuration means that the AWS provider will ignore a previously set value, a value set by AWS, and any port changes.
Link copied to clipboard
Version of the option (e.g., 13.1.0.0). Leaving out or removing version
from your configuration does not remove or clear a version from the option in AWS. AWS may assign a default version. Not including version
in your configuration means that the AWS provider will ignore a previously set value, a value set by AWS, and any version changes.