ConfigurationOptionSettingArgs

data class ConfigurationOptionSettingArgs(val namespace: Output<String>? = null, val optionName: Output<String>? = null, val resourceName: Output<String>? = null, val value: Output<String>? = null) : ConvertibleToJava<ConfigurationOptionSettingArgs>

Definition of ConfigurationOptionSetting

Constructors

Link copied to clipboard
constructor(namespace: Output<String>? = null, optionName: Output<String>? = null, resourceName: Output<String>? = null, value: Output<String>? = null)

Properties

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

A unique namespace that identifies the option's associated AWS resource.

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

The name of the configuration option.

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

A unique resource name for the option setting. Use it for a time–based scaling configuration option.

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

The current value for the configuration option.

Functions

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