| 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.DataBrew.Types.Dataset
Description
Synopsis
- data Dataset = Dataset' {
- accountId :: Maybe Text
- createDate :: Maybe POSIX
- createdBy :: Maybe Text
- format :: Maybe InputFormat
- formatOptions :: Maybe FormatOptions
- lastModifiedBy :: Maybe Text
- lastModifiedDate :: Maybe POSIX
- pathOptions :: Maybe PathOptions
- resourceArn :: Maybe Text
- source :: Maybe Source
- tags :: Maybe (HashMap Text Text)
- name :: Text
- input :: Input
- newDataset :: Text -> Input -> Dataset
- dataset_accountId :: Lens' Dataset (Maybe Text)
- dataset_createDate :: Lens' Dataset (Maybe UTCTime)
- dataset_createdBy :: Lens' Dataset (Maybe Text)
- dataset_format :: Lens' Dataset (Maybe InputFormat)
- dataset_formatOptions :: Lens' Dataset (Maybe FormatOptions)
- dataset_lastModifiedBy :: Lens' Dataset (Maybe Text)
- dataset_lastModifiedDate :: Lens' Dataset (Maybe UTCTime)
- dataset_pathOptions :: Lens' Dataset (Maybe PathOptions)
- dataset_resourceArn :: Lens' Dataset (Maybe Text)
- dataset_source :: Lens' Dataset (Maybe Source)
- dataset_tags :: Lens' Dataset (Maybe (HashMap Text Text))
- dataset_name :: Lens' Dataset Text
- dataset_input :: Lens' Dataset Input
Documentation
Represents a dataset that can be processed by DataBrew.
See: newDataset smart constructor.
Constructors
| Dataset' | |
Fields
| |
Instances
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:accountId:Dataset', dataset_accountId - The ID of the Amazon Web Services account that owns the dataset.
$sel:createDate:Dataset', dataset_createDate - The date and time that the dataset was created.
$sel:createdBy:Dataset', dataset_createdBy - The Amazon Resource Name (ARN) of the user who created the dataset.
$sel:format:Dataset', dataset_format - The file format of a dataset that is created from an Amazon S3 file or
folder.
$sel:formatOptions:Dataset', dataset_formatOptions - A set of options that define how DataBrew interprets the data in the
dataset.
$sel:lastModifiedBy:Dataset', dataset_lastModifiedBy - The Amazon Resource Name (ARN) of the user who last modified the
dataset.
$sel:lastModifiedDate:Dataset', dataset_lastModifiedDate - The last modification date and time of the dataset.
$sel:pathOptions:Dataset', dataset_pathOptions - A set of options that defines how DataBrew interprets an Amazon S3 path
of the dataset.
$sel:resourceArn:Dataset', dataset_resourceArn - The unique Amazon Resource Name (ARN) for the dataset.
$sel:source:Dataset', dataset_source - The location of the data for the dataset, either Amazon S3 or the Glue
Data Catalog.
$sel:tags:Dataset', dataset_tags - Metadata tags that have been applied to the dataset.
$sel:name:Dataset', dataset_name - The unique name of the dataset.
$sel:input:Dataset', dataset_input - Information on how DataBrew can find the dataset, in either the Glue
Data Catalog or Amazon S3.
dataset_accountId :: Lens' Dataset (Maybe Text) Source #
The ID of the Amazon Web Services account that owns the dataset.
dataset_createDate :: Lens' Dataset (Maybe UTCTime) Source #
The date and time that the dataset was created.
dataset_createdBy :: Lens' Dataset (Maybe Text) Source #
The Amazon Resource Name (ARN) of the user who created the dataset.
dataset_format :: Lens' Dataset (Maybe InputFormat) Source #
The file format of a dataset that is created from an Amazon S3 file or folder.
dataset_formatOptions :: Lens' Dataset (Maybe FormatOptions) Source #
A set of options that define how DataBrew interprets the data in the dataset.
dataset_lastModifiedBy :: Lens' Dataset (Maybe Text) Source #
The Amazon Resource Name (ARN) of the user who last modified the dataset.
dataset_lastModifiedDate :: Lens' Dataset (Maybe UTCTime) Source #
The last modification date and time of the dataset.
dataset_pathOptions :: Lens' Dataset (Maybe PathOptions) Source #
A set of options that defines how DataBrew interprets an Amazon S3 path of the dataset.
dataset_resourceArn :: Lens' Dataset (Maybe Text) Source #
The unique Amazon Resource Name (ARN) for the dataset.
dataset_source :: Lens' Dataset (Maybe Source) Source #
The location of the data for the dataset, either Amazon S3 or the Glue Data Catalog.