Values.EnvironmentSourceInformation about an Cloud9 development environment.
type nonrec t = {id : EnvironmentId.t option;The ID of the environment.
*)name : EnvironmentName.t option;The name of the environment.
*)description : EnvironmentDescription.t option;The description for the environment.
*)type_ : EnvironmentType.t option;The type of environment. Valid values include the following: ec2: An Amazon Elastic Compute Cloud (Amazon EC2) instance connects to the environment. ssh: Your own server connects to the environment.
*)connectionType : ConnectionType.t option;The connection type used for connecting to an Amazon EC2 environment. CONNECT_SSH is selected by default.
*)arn : String_.t option;The Amazon Resource Name (ARN) of the environment.
*)ownerArn : String_.t option;The Amazon Resource Name (ARN) of the environment owner.
*)lifecycle : EnvironmentLifecycle.t option;The state of the environment in its creation or deletion lifecycle.
*)managedCredentialsStatus : ManagedCredentialsStatus.t option;Describes the status of Amazon Web Services managed temporary credentials for the Cloud9 environment. Available values are: ENABLED_ON_CREATE ENABLED_BY_OWNER DISABLED_BY_DEFAULT DISABLED_BY_OWNER DISABLED_BY_COLLABORATOR PENDING_REMOVAL_BY_COLLABORATOR PENDING_REMOVAL_BY_OWNER FAILED_REMOVAL_BY_COLLABORATOR ENABLED_BY_OWNER DISABLED_BY_DEFAULT
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of EnvironmentId.t
| `Structure of
(string * [> `Enum of string | `String of String_.t ]) list ])
list ]