class Aws::ElasticBeanstalk::Types::ConfigurationOptionSetting

A specification identifying an individual configuration option along with its current value. For a list of possible namespaces and option values, see [Option Values] in the *AWS Elastic Beanstalk Developer Guide*.

[1]: docs.aws.amazon.com/elasticbeanstalk/latest/dg/command-options.html

@note When making an API call, you may pass ConfigurationOptionSetting

data as a hash:

    {
      resource_name: "ResourceName",
      namespace: "OptionNamespace",
      option_name: "ConfigurationOptionName",
      value: "ConfigurationOptionValue",
    }

@!attribute [rw] resource_name

A unique resource name for the option setting. Use it for a
time–based scaling configuration option.
@return [String]

@!attribute [rw] namespace

A unique namespace that identifies the option's associated AWS
resource.
@return [String]

@!attribute [rw] option_name

The name of the configuration option.
@return [String]

@!attribute [rw] value

The current value for the configuration option.
@return [String]

@see docs.aws.amazon.com/goto/WebAPI/elasticbeanstalk-2010-12-01/ConfigurationOptionSetting AWS API Documentation

Constants

SENSITIVE