Values.AwsElasticBeanstalkEnvironmentDetailsSourceContains details about an Elastic Beanstalk environment.
type nonrec t = {applicationName : NonEmptyString.t option;The name of the application that is associated with the environment.
*)cname : NonEmptyString.t option;The URL to the CNAME for this environment.
*)dateCreated : NonEmptyString.t option;The creation date for this environment.
*)dateUpdated : NonEmptyString.t option;The date when this environment was last modified.
*)description : NonEmptyString.t option;A description of the environment.
*)endpointUrl : NonEmptyString.t option;For load-balanced, autoscaling environments, the URL to the load balancer. For single-instance environments, the IP address of the instance.
*)environmentArn : NonEmptyString.t option;The ARN of the environment.
*)environmentId : NonEmptyString.t option;The identifier of the environment.
*)environmentLinks : AwsElasticBeanstalkEnvironmentEnvironmentLinks.t option;Links to other environments in the same group.
*)environmentName : NonEmptyString.t option;The name of the environment.
*)optionSettings : AwsElasticBeanstalkEnvironmentOptionSettings.t option;The configuration setting for the environment.
*)platformArn : NonEmptyString.t option;The ARN of the platform version for the environment.
*)solutionStackName : NonEmptyString.t option;The name of the solution stack that is deployed with the environment.
*)status : NonEmptyString.t option;The current operational status of the environment. Valid values are as follows: Aborting Launching LinkingFrom LinkingTo Ready Terminated Terminating Updating
*)tier : AwsElasticBeanstalkEnvironmentTier.t option;The tier of the environment.
*)versionLabel : NonEmptyString.t option;The application version of the environment.
*)}val make :
?applicationName:??? ->
?cname:??? ->
?dateCreated:??? ->
?dateUpdated:??? ->
?description:??? ->
?endpointUrl:??? ->
?environmentArn:??? ->
?environmentId:??? ->
?environmentLinks:??? ->
?environmentName:??? ->
?optionSettings:??? ->
?platformArn:??? ->
?solutionStackName:??? ->
?status:??? ->
?tier:??? ->
?versionLabel:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of NonEmptyString.t ]) list ]
list
| `String of NonEmptyString.t
| `Structure of (string * [> `String of NonEmptyString.t ]) list ])
list ]