| Copyright | (c) 2013-2023 Brendan Hay | 
|---|---|
| License | Mozilla Public License, v. 2.0. | 
| Maintainer | Brendan Hay | 
| Stability | auto-generated | 
| Portability | non-portable (GHC extensions) | 
| Safe Haskell | Safe-Inferred | 
| Language | Haskell2010 | 
Amazonka.FinSpaceData.Types.Dataset
Description
Synopsis
- data Dataset = Dataset' {}
 - newDataset :: Dataset
 - dataset_alias :: Lens' Dataset (Maybe Text)
 - dataset_createTime :: Lens' Dataset (Maybe Integer)
 - dataset_datasetArn :: Lens' Dataset (Maybe Text)
 - dataset_datasetDescription :: Lens' Dataset (Maybe Text)
 - dataset_datasetId :: Lens' Dataset (Maybe Text)
 - dataset_datasetTitle :: Lens' Dataset (Maybe Text)
 - dataset_kind :: Lens' Dataset (Maybe DatasetKind)
 - dataset_lastModifiedTime :: Lens' Dataset (Maybe Integer)
 - dataset_ownerInfo :: Lens' Dataset (Maybe DatasetOwnerInfo)
 - dataset_schemaDefinition :: Lens' Dataset (Maybe SchemaUnion)
 
Documentation
The structure for a Dataset.
See: newDataset smart constructor.
Constructors
| Dataset' | |
Fields 
  | |
Instances
newDataset :: Dataset Source #
Create a value of Dataset with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:alias:Dataset', dataset_alias - The unique resource identifier for a Dataset.
$sel:createTime:Dataset', dataset_createTime - The timestamp at which the Dataset was created in FinSpace. The value is
 determined as epoch time in milliseconds. For example, the value for
 Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
$sel:datasetArn:Dataset', dataset_datasetArn - The ARN identifier of the Dataset.
$sel:datasetDescription:Dataset', dataset_datasetDescription - Description for a Dataset.
$sel:datasetId:Dataset', dataset_datasetId - An identifier for a Dataset.
$sel:datasetTitle:Dataset', dataset_datasetTitle - Display title for a Dataset.
$sel:kind:Dataset', dataset_kind - The format in which Dataset data is structured.
TABULAR– Data is structured in a tabular format.NON_TABULAR– Data is structured in a non-tabular format.
$sel:lastModifiedTime:Dataset', dataset_lastModifiedTime - The last time that the Dataset was modified. The value is determined as
 epoch time in milliseconds. For example, the value for Monday, November
 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
$sel:ownerInfo:Dataset', dataset_ownerInfo - Contact information for a Dataset owner.
$sel:schemaDefinition:Dataset', dataset_schemaDefinition - Definition for a schema on a tabular Dataset.
dataset_createTime :: Lens' Dataset (Maybe Integer) Source #
The timestamp at which the Dataset was created in FinSpace. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
dataset_kind :: Lens' Dataset (Maybe DatasetKind) Source #
The format in which Dataset data is structured.
TABULAR– Data is structured in a tabular format.NON_TABULAR– Data is structured in a non-tabular format.
dataset_lastModifiedTime :: Lens' Dataset (Maybe Integer) Source #
The last time that the Dataset was modified. The value is determined as epoch time in milliseconds. For example, the value for Monday, November 1, 2021 12:00:00 PM UTC is specified as 1635768000000.
dataset_ownerInfo :: Lens' Dataset (Maybe DatasetOwnerInfo) Source #
Contact information for a Dataset owner.
dataset_schemaDefinition :: Lens' Dataset (Maybe SchemaUnion) Source #
Definition for a schema on a tabular Dataset.