Values.AwsElasticBeanstalkEnvironmentOptionSettingSourceA configuration option setting for the environment.
type nonrec t = {namespace : NonEmptyString.t option;The type of resource that the configuration option is associated with.
*)optionName : NonEmptyString.t option;The name of the option.
*)resourceName : NonEmptyString.t option;The name of the resource.
*)value : NonEmptyString.t option;The value of the configuration setting.
*)}