Values.ConfigurationOptionSettingSourceA 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.
type nonrec t = {resourceName : ResourceName.t option;A unique resource name for the option setting. Use it for a time–based scaling configuration option.
*)namespace : OptionNamespace.t option;A unique namespace that identifies the option's associated AWS resource.
*)optionName : ConfigurationOptionName.t option;The name of the configuration option.
*)value : ConfigurationOptionValue.t option;The current value for the configuration option.
*)}