| 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.AppflowIntegration
Description
Documentation
data AppflowIntegration Source #
Details for workflow of type APPFLOW_INTEGRATION.
See: newAppflowIntegration smart constructor.
Constructors
| AppflowIntegration' | |
Fields
| |
Instances
newAppflowIntegration Source #
Create a value of AppflowIntegration 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:batches:AppflowIntegration', appflowIntegration_batches - Batches in workflow of type APPFLOW_INTEGRATION.
$sel:flowDefinition:AppflowIntegration', appflowIntegration_flowDefinition - Undocumented member.
appflowIntegration_batches :: Lens' AppflowIntegration (Maybe [Batch]) Source #
Batches in workflow of type APPFLOW_INTEGRATION.
appflowIntegration_flowDefinition :: Lens' AppflowIntegration FlowDefinition Source #
Undocumented member.