DataSourceRunSummary
The details of a data source run.
Contents
- createdAt
-
The timestamp of when a data source run was created.
Type: Timestamp
Required: Yes
- dataSourceId
-
The identifier of the data source of the data source run.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- id
-
The identifier of the data source run.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- projectId
-
The project ID of the data source run.
Type: String
Pattern:
^[a-zA-Z0-9_-]{1,36}$
Required: Yes
- status
-
The status of the data source run.
Type: String
Valid Values:
REQUESTED | RUNNING | FAILED | PARTIALLY_SUCCEEDED | SUCCESS
Required: Yes
- type
-
The type of the data source run.
Type: String
Valid Values:
PRIORITIZED | SCHEDULED
Required: Yes
- updatedAt
-
The timestamp of when a data source run was updated.
Type: Timestamp
Required: Yes
- errorMessage
-
The details of the error message that is returned if the operation cannot be successfully completed.
Type: DataSourceErrorMessage object
Required: No
- runStatisticsForAssets
-
The asset statistics from the data source run.
Type: RunStatisticsForAssets object
Required: No
- startedAt
-
The timestamp of when a data source run was started.
Type: Timestamp
Required: No
- stoppedAt
-
The timestamp of when a data source run was stopped.
Type: Timestamp
Required: No
See Also
For more information about using this API in one of the language-specific AWS SDKs, see the following: