| 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.AppFlow.Types.HoneycodeDestinationProperties
Description
Synopsis
- data HoneycodeDestinationProperties = HoneycodeDestinationProperties' {}
- newHoneycodeDestinationProperties :: Text -> HoneycodeDestinationProperties
- honeycodeDestinationProperties_errorHandlingConfig :: Lens' HoneycodeDestinationProperties (Maybe ErrorHandlingConfig)
- honeycodeDestinationProperties_object :: Lens' HoneycodeDestinationProperties Text
Documentation
data HoneycodeDestinationProperties Source #
The properties that are applied when Amazon Honeycode is used as a destination.
See: newHoneycodeDestinationProperties smart constructor.
Constructors
| HoneycodeDestinationProperties' | |
Fields
| |
Instances
newHoneycodeDestinationProperties Source #
Create a value of HoneycodeDestinationProperties 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:errorHandlingConfig:HoneycodeDestinationProperties', honeycodeDestinationProperties_errorHandlingConfig - Undocumented member.
$sel:object':HoneycodeDestinationProperties', honeycodeDestinationProperties_object - The object specified in the Amazon Honeycode flow destination.
honeycodeDestinationProperties_errorHandlingConfig :: Lens' HoneycodeDestinationProperties (Maybe ErrorHandlingConfig) Source #
Undocumented member.
honeycodeDestinationProperties_object :: Lens' HoneycodeDestinationProperties Text Source #
The object specified in the Amazon Honeycode flow destination.