Values.EnvironmentSummarySourceThe details of an environment.
type nonrec t = {projectId : ProjectId.t option;The identifier of the project in which the environment exists.
*)id : EnvironmentId.t option;The identifier of the environment.
*)domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which the environment exists.
*)createdBy : String_.t option;The Amazon DataZone user who created the environment.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment was updated.
*)name : EnvironmentName.t option;The name of the environment.
*)description : Description.t option;The description of the environment.
*)environmentProfileId : EnvironmentProfileId.t option;The identifier of the environment profile with which the environment was created.
*)awsAccountId : AwsAccountId.t option;The identifier of the Amazon Web Services account in which an environment exists.
*)awsAccountRegion : AwsRegion.t option;The Amazon Web Services Region in which an environment exists.
*)provider : String_.t option;The provider of the environment.
*)status : EnvironmentStatus.t option;The status of the environment.
*)environmentConfigurationId : EnvironmentConfigurationId.t option;The configuration ID with which the environment is created.
*)environmentConfigurationName : EnvironmentConfigurationName.t option;The configuration name with which the environment is created.
*)}val make :
?projectId:??? ->
?id:??? ->
?domainId:??? ->
?createdBy:??? ->
?createdAt:??? ->
?updatedAt:??? ->
?name:??? ->
?description:??? ->
?environmentProfileId:??? ->
?awsAccountId:??? ->
?awsAccountRegion:??? ->
?provider:??? ->
?status:??? ->
?environmentConfigurationId:??? ->
?environmentConfigurationName:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `String of ProjectId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]