Values.AwsElasticBeanstalkEnvironmentTierSourceContains information about the tier of the environment.
type nonrec t = {name : NonEmptyString.t option;The name of the environment tier. Valid values are WebServer or Worker.
*)type_ : NonEmptyString.t option;The type of environment tier. Valid values are Standard or SQS/HTTP.
*)version : NonEmptyString.t option;The version of the environment tier.
*)}