Values_1.DataSetSummarySourceDataset summary.
type nonrec t = {arn : Values_0.Arn.t option;The Amazon Resource Name (ARN) of the dataset.
*)dataSetId : ResourceId.t option;The ID of the dataset.
*)name : ResourceName.t option;A display name for the dataset.
*)createdTime : Values_0.Timestamp.t option;The time that this dataset was created.
*)lastUpdatedTime : Values_0.Timestamp.t option;The last time that this dataset was updated.
*)importMode : DataSetImportMode.t option;A value that indicates whether you want to import the data into SPICE.
*)rowLevelPermissionDataSet : RowLevelPermissionDataSet.t option;The row-level security configuration for the dataset in the legacy data preparation experience.
*)rowLevelPermissionDataSetMap : RowLevelPermissionDataSetMap.t option;The row-level security configuration for the dataset in the new data preparation experience.
*)rowLevelPermissionTagConfigurationApplied : Values_0.Boolean.t option;Whether or not the row level permission tags are applied.
*)columnLevelPermissionRulesApplied : Values_0.Boolean.t option;A value that indicates if the dataset has column level permission configured.
*)useAs : DataSetUseAs.t option;The usage of the dataset.
*)}val make :
?arn:??? ->
?dataSetId:??? ->
?name:??? ->
?createdTime:??? ->
?lastUpdatedTime:??? ->
?importMode:??? ->
?rowLevelPermissionDataSet:??? ->
?rowLevelPermissionDataSetMap:??? ->
?rowLevelPermissionTagConfigurationApplied:??? ->
?columnLevelPermissionRulesApplied:??? ->
?useAs:??? ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `Boolean of Values_0.Boolean.t
| `Enum of string
| `Map of
([> `String of Values_0.DataSetEntityResourceId.t ]
* [> `Structure of
(string
* [> `Enum of string | `String of Values_0.Namespace.t ])
list ])
list
| `String of Values_0.Arn.t
| `Structure of
(string * [> `Enum of string | `String of Values_0.Namespace.t ])
list
| `Timestamp of Values_0.Timestamp.t ])
list ]