optionSettings

@JvmName(name = "hwpdtkvxvjbihtuo")
suspend fun optionSettings(value: Output<List<ConfigurationOptionSettingArgs>>)
@JvmName(name = "djmimsolttnhkpfr")
suspend fun optionSettings(value: List<ConfigurationOptionSettingArgs>?)

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 = "dhfclseatwmqoaya")
suspend fun optionSettings(vararg values: Output<ConfigurationOptionSettingArgs>)


@JvmName(name = "tqxkuhdjlabnfhpa")
suspend fun optionSettings(values: List<Output<ConfigurationOptionSettingArgs>>)
@JvmName(name = "sxbvdgpxbswedlhk")
suspend fun optionSettings(vararg values: ConfigurationOptionSettingArgs)

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 = "gneeekfrjqcrkqki")
suspend fun optionSettings(argument: List<suspend ConfigurationOptionSettingArgsBuilder.() -> Unit>)
@JvmName(name = "ixctleauorqvhsbw")
suspend fun optionSettings(vararg argument: suspend ConfigurationOptionSettingArgsBuilder.() -> Unit)
@JvmName(name = "jdnjkiqiqjvhkpef")
suspend fun optionSettings(argument: suspend ConfigurationOptionSettingArgsBuilder.() -> 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.