Values.EnvironmentProfileSummarySourceThe details of an environment profile.
type nonrec t = {id : EnvironmentProfileId.t option;The identifier of the environment profile.
*)domainId : DomainId.t option;The identifier of the Amazon DataZone domain in which the environment profile exists.
*)awsAccountId : AwsAccountId.t option;The identifier of an Amazon Web Services account in which an environment profile exists.
*)awsAccountRegion : AwsRegion.t option;The Amazon Web Services Region in which an environment profile exists.
*)createdBy : String_.t option;The Amazon DataZone user who created the environment profile.
*)createdAt : SyntheticTimestamp_date_time.t option;The timestamp of when an environment profile was created.
*)updatedAt : SyntheticTimestamp_date_time.t option;The timestamp of when the environment profile was updated.
*)name : EnvironmentProfileName.t option;The name of the environment profile.
*)description : Description.t option;The description of the environment profile.
*)environmentBlueprintId : EnvironmentBlueprintId.t option;The identifier of a blueprint with which an environment profile is created.
*)projectId : ProjectId.t option;The identifier of a project in which an environment profile exists.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `String of EnvironmentProfileId.t
| `Timestamp of SyntheticTimestamp_date_time.t ])
list ]