Values.ProjectSourceRepresents all of the attributes of a DataBrew project.
type nonrec t = {accountId : AccountId.t option;The ID of the Amazon Web Services account that owns the project.
*)createDate : Date.t option;The date and time that the project was created.
*)createdBy : CreatedBy.t option;The Amazon Resource Name (ARN) of the user who crated the project.
*)datasetName : DatasetName.t option;The dataset that the project is to act upon.
*)lastModifiedDate : Date.t option;The last modification date and time for the project.
*)lastModifiedBy : LastModifiedBy.t option;The Amazon Resource Name (ARN) of the user who last modified the project.
*)name : ProjectName.t option;The unique name of a project.
*)recipeName : RecipeName.t option;The name of a recipe that will be developed during a project session.
*)resourceArn : Arn.t option;The Amazon Resource Name (ARN) for the project.
*)sample : Sample.t option;The sample size and sampling type to apply to the data. If this parameter isn't specified, then the sample consists of the first 500 rows from the dataset.
*)roleArn : Arn.t option;The Amazon Resource Name (ARN) of the role that will be assumed for this project.
*)openedBy : OpenedBy.t option;The Amazon Resource Name (ARN) of the user that opened the project for use.
*)openDate : Date.t option;The date and time when the project was opened.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Map of
([> `String of TagKey.t ] * [> `String of TagValue.t ]) list
| `String of AccountId.t
| `Structure of
(string * [> `Enum of string | `Integer of SampleSize.t ]) list
| `Timestamp of Date.t ])
list ]