Values.CreateEnvironmentRequestSourceCreates an environment. For each application, you define one or more environments. An environment is a deployment group of AppConfig targets, such as applications in a Beta or Production environment. You can also define environments for application subcomponents such as the Web, Mobile and Back-end components for your application. You can configure Amazon CloudWatch alarms for each environment. The system monitors alarms during a configuration deployment. If an alarm is triggered, the system rolls back the configuration.
type nonrec t = {applicationId : Id.t;The application ID.
*)name : Name.t;A name for the environment.
*)description : Description.t option;A description of the environment.
*)monitors : MonitorList.t option;Amazon CloudWatch alarms to monitor during the deployment process.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of StringWithLengthBetween1And2048.t ])
list ]
list
| `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of Id.t ])
list ]