| 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.CustomerProfiles.Types.AppflowIntegrationWorkflowMetrics
Description
Synopsis
- data AppflowIntegrationWorkflowMetrics = AppflowIntegrationWorkflowMetrics' {}
- newAppflowIntegrationWorkflowMetrics :: Integer -> Integer -> Integer -> AppflowIntegrationWorkflowMetrics
- appflowIntegrationWorkflowMetrics_recordsProcessed :: Lens' AppflowIntegrationWorkflowMetrics Integer
- appflowIntegrationWorkflowMetrics_stepsCompleted :: Lens' AppflowIntegrationWorkflowMetrics Integer
- appflowIntegrationWorkflowMetrics_totalSteps :: Lens' AppflowIntegrationWorkflowMetrics Integer
Documentation
data AppflowIntegrationWorkflowMetrics Source #
Workflow specific execution metrics for APPFLOW_INTEGRATION workflow.
See: newAppflowIntegrationWorkflowMetrics smart constructor.
Constructors
| AppflowIntegrationWorkflowMetrics' | |
Fields
| |
Instances
newAppflowIntegrationWorkflowMetrics Source #
Arguments
| :: Integer | |
| -> Integer | |
| -> Integer | |
| -> AppflowIntegrationWorkflowMetrics |
Create a value of AppflowIntegrationWorkflowMetrics 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:recordsProcessed:AppflowIntegrationWorkflowMetrics', appflowIntegrationWorkflowMetrics_recordsProcessed - Number of records processed in APPFLOW_INTEGRATION workflow.
$sel:stepsCompleted:AppflowIntegrationWorkflowMetrics', appflowIntegrationWorkflowMetrics_stepsCompleted - Total steps completed in APPFLOW_INTEGRATION workflow.
$sel:totalSteps:AppflowIntegrationWorkflowMetrics', appflowIntegrationWorkflowMetrics_totalSteps - Total steps in APPFLOW_INTEGRATION workflow.
appflowIntegrationWorkflowMetrics_recordsProcessed :: Lens' AppflowIntegrationWorkflowMetrics Integer Source #
Number of records processed in APPFLOW_INTEGRATION workflow.
appflowIntegrationWorkflowMetrics_stepsCompleted :: Lens' AppflowIntegrationWorkflowMetrics Integer Source #
Total steps completed in APPFLOW_INTEGRATION workflow.
appflowIntegrationWorkflowMetrics_totalSteps :: Lens' AppflowIntegrationWorkflowMetrics Integer Source #
Total steps in APPFLOW_INTEGRATION workflow.