Values.AwsCodeBuildProjectEnvironmentEnvironmentVariablesDetailsSourceInformation about an environment variable that is available to builds for the build project.
type nonrec t = {name : NonEmptyString.t option;The name of the environment variable.
*)type_ : NonEmptyString.t option;The type of environment variable.
*)value : NonEmptyString.t option;The value of the environment variable.
*)}