Values_2.ProjectSourceThe properties of a project as returned by the Search API.
type nonrec t = {projectArn : Values_1.ProjectArn.t option;The Amazon Resource Name (ARN) of the project.
*)projectName : Values_1.ProjectEntityName.t option;The name of the project.
*)projectId : Values_1.ProjectId.t option;The ID of the project.
*)projectDescription : Values_0.EntityDescription.t option;The description of the project.
*)serviceCatalogProvisioningDetails : Values_1.ServiceCatalogProvisioningDetails.t
option;serviceCatalogProvisionedProductDetails : Values_1.ServiceCatalogProvisionedProductDetails.t
option;projectStatus : Values_1.ProjectStatus.t option;The status of the project.
*)createdBy : Values_0.UserContext.t option;Who created the project.
*)creationTime : Values_0.Timestamp.t option;A timestamp specifying when the project was created.
*)templateProviderDetails : Values_1.TemplateProviderDetailList.t option;An array of template providers associated with the project.
*)lastModifiedTime : Values_0.Timestamp.t option;A timestamp container for when the project was last modified.
*)lastModifiedBy : Values_0.UserContext.t option;}val make :
?projectArn:??? ->
?projectName:??? ->
?projectId:??? ->
?projectDescription:??? ->
?serviceCatalogProvisioningDetails:??? ->
?serviceCatalogProvisionedProductDetails:??? ->
?projectStatus:??? ->
?createdBy:??? ->
?creationTime:??? ->
?templateProviderDetails:??? ->
?tags:??? ->
?lastModifiedTime:??? ->
?lastModifiedBy:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `List of
[> `Structure of
(string
* [> `String of string
| `Structure of
(string
* [> `List of
[> `Structure of
(string * [> `String of string ]) list ]
list
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list ])
list ]
list
| `String of Values_1.ProjectArn.t
| `Structure of
(string
* [> `List of
[> `Structure of (string * [> `String of string ]) list ]
list
| `String of string
| `Structure of (string * [> `String of string ]) list ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]