| 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.DataViewSummary
Description
Synopsis
- data DataViewSummary = DataViewSummary' {
- asOfTimestamp :: Maybe Integer
 - autoUpdate :: Maybe Bool
 - createTime :: Maybe Integer
 - dataViewArn :: Maybe Text
 - dataViewId :: Maybe Text
 - datasetId :: Maybe Text
 - destinationTypeProperties :: Maybe DataViewDestinationTypeParams
 - errorInfo :: Maybe DataViewErrorInfo
 - lastModifiedTime :: Maybe Integer
 - partitionColumns :: Maybe [Text]
 - sortColumns :: Maybe [Text]
 - status :: Maybe DataViewStatus
 
 - newDataViewSummary :: DataViewSummary
 - dataViewSummary_asOfTimestamp :: Lens' DataViewSummary (Maybe Integer)
 - dataViewSummary_autoUpdate :: Lens' DataViewSummary (Maybe Bool)
 - dataViewSummary_createTime :: Lens' DataViewSummary (Maybe Integer)
 - dataViewSummary_dataViewArn :: Lens' DataViewSummary (Maybe Text)
 - dataViewSummary_dataViewId :: Lens' DataViewSummary (Maybe Text)
 - dataViewSummary_datasetId :: Lens' DataViewSummary (Maybe Text)
 - dataViewSummary_destinationTypeProperties :: Lens' DataViewSummary (Maybe DataViewDestinationTypeParams)
 - dataViewSummary_errorInfo :: Lens' DataViewSummary (Maybe DataViewErrorInfo)
 - dataViewSummary_lastModifiedTime :: Lens' DataViewSummary (Maybe Integer)
 - dataViewSummary_partitionColumns :: Lens' DataViewSummary (Maybe [Text])
 - dataViewSummary_sortColumns :: Lens' DataViewSummary (Maybe [Text])
 - dataViewSummary_status :: Lens' DataViewSummary (Maybe DataViewStatus)
 
Documentation
data DataViewSummary Source #
Structure for the summary of a Dataview.
See: newDataViewSummary smart constructor.
Constructors
| DataViewSummary' | |
Fields 
  | |
Instances
newDataViewSummary :: DataViewSummary Source #
Create a value of DataViewSummary 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:asOfTimestamp:DataViewSummary', dataViewSummary_asOfTimestamp - Time range to use for the Dataview. 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:autoUpdate:DataViewSummary', dataViewSummary_autoUpdate - The flag to indicate Dataview should be updated automatically.
$sel:createTime:DataViewSummary', dataViewSummary_createTime - The timestamp at which the Dataview 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:dataViewArn:DataViewSummary', dataViewSummary_dataViewArn - The ARN identifier of the Dataview.
$sel:dataViewId:DataViewSummary', dataViewSummary_dataViewId - The unique identifier for the Dataview.
$sel:datasetId:DataViewSummary', dataViewSummary_datasetId - Th unique identifier for the Dataview Dataset.
$sel:destinationTypeProperties:DataViewSummary', dataViewSummary_destinationTypeProperties - Information about the Dataview destination.
$sel:errorInfo:DataViewSummary', dataViewSummary_errorInfo - The structure with error messages.
$sel:lastModifiedTime:DataViewSummary', dataViewSummary_lastModifiedTime - The last time that a Dataview 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:partitionColumns:DataViewSummary', dataViewSummary_partitionColumns - Ordered set of column names used to partition data.
$sel:sortColumns:DataViewSummary', dataViewSummary_sortColumns - Columns to be used for sorting the data.
$sel:status:DataViewSummary', dataViewSummary_status - The status of a Dataview creation.
RUNNING– Dataview creation is running.STARTING– Dataview creation is starting.FAILED– Dataview creation has failed.CANCELLED– Dataview creation has been cancelled.TIMEOUT– Dataview creation has timed out.SUCCESS– Dataview creation has succeeded.PENDING– Dataview creation is pending.FAILED_CLEANUP_FAILED– Dataview creation failed and resource cleanup failed.
dataViewSummary_asOfTimestamp :: Lens' DataViewSummary (Maybe Integer) Source #
Time range to use for the Dataview. 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.
dataViewSummary_autoUpdate :: Lens' DataViewSummary (Maybe Bool) Source #
The flag to indicate Dataview should be updated automatically.
dataViewSummary_createTime :: Lens' DataViewSummary (Maybe Integer) Source #
The timestamp at which the Dataview 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.
dataViewSummary_dataViewArn :: Lens' DataViewSummary (Maybe Text) Source #
The ARN identifier of the Dataview.
dataViewSummary_dataViewId :: Lens' DataViewSummary (Maybe Text) Source #
The unique identifier for the Dataview.
dataViewSummary_datasetId :: Lens' DataViewSummary (Maybe Text) Source #
Th unique identifier for the Dataview Dataset.
dataViewSummary_destinationTypeProperties :: Lens' DataViewSummary (Maybe DataViewDestinationTypeParams) Source #
Information about the Dataview destination.
dataViewSummary_errorInfo :: Lens' DataViewSummary (Maybe DataViewErrorInfo) Source #
The structure with error messages.
dataViewSummary_lastModifiedTime :: Lens' DataViewSummary (Maybe Integer) Source #
The last time that a Dataview 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.
dataViewSummary_partitionColumns :: Lens' DataViewSummary (Maybe [Text]) Source #
Ordered set of column names used to partition data.
dataViewSummary_sortColumns :: Lens' DataViewSummary (Maybe [Text]) Source #
Columns to be used for sorting the data.
dataViewSummary_status :: Lens' DataViewSummary (Maybe DataViewStatus) Source #
The status of a Dataview creation.
RUNNING– Dataview creation is running.STARTING– Dataview creation is starting.FAILED– Dataview creation has failed.CANCELLED– Dataview creation has been cancelled.TIMEOUT– Dataview creation has timed out.SUCCESS– Dataview creation has succeeded.PENDING– Dataview creation is pending.FAILED_CLEANUP_FAILED– Dataview creation failed and resource cleanup failed.