OptionGroupOptionArgs

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

Link copied to clipboard
open override fun toJava(): OptionGroupOptionArgs

Properties

Link copied to clipboard
val dbSecurityGroupMemberships: Output<List<String>>? = null

List of DB Security Groups for which the option is enabled.

Link copied to clipboard
val optionName: Output<String>

Name of the option (e.g., MEMCACHED).

Link copied to clipboard

List of option settings to apply.

Link copied to clipboard
val port: Output<Int>? = null

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
val version: Output<String>? = null

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.

Link copied to clipboard

List of VPC Security Groups for which the option is enabled.