optionSettings

@JvmName(name = "bamuligvgaujjxtb")
suspend fun optionSettings(value: Output<List<ConfigurationTemplateConfigurationOptionSettingArgs>>)
@JvmName(name = "glfmhdqupnyrqvcw")
suspend fun optionSettings(value: List<ConfigurationTemplateConfigurationOptionSettingArgs>?)

Parameters

value

Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.


@JvmName(name = "xcporpwbutriwooy")
suspend fun optionSettings(vararg values: Output<ConfigurationTemplateConfigurationOptionSettingArgs>)


@JvmName(name = "ucytbbkcdgbrijmb")
suspend fun optionSettings(values: List<Output<ConfigurationTemplateConfigurationOptionSettingArgs>>)
@JvmName(name = "rkxcxudubqdjueii")
suspend fun optionSettings(vararg values: ConfigurationTemplateConfigurationOptionSettingArgs)

Parameters

values

Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.


@JvmName(name = "akuhscbfkofnuqfk")
suspend fun optionSettings(argument: List<suspend ConfigurationTemplateConfigurationOptionSettingArgsBuilder.() -> Unit>)
@JvmName(name = "iqxjqgwjqhcjxgtj")
suspend fun optionSettings(vararg argument: suspend ConfigurationTemplateConfigurationOptionSettingArgsBuilder.() -> Unit)
@JvmName(name = "yecbdmsdwlilseyn")
suspend fun optionSettings(argument: suspend ConfigurationTemplateConfigurationOptionSettingArgsBuilder.() -> Unit)

Parameters

argument

Option values for the Elastic Beanstalk configuration, such as the instance type. If specified, these values override the values obtained from the solution stack or the source configuration template. For a complete list of Elastic Beanstalk configuration options, see Option Values in the AWS Elastic Beanstalk Developer Guide.