Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
HoneycodeDestinationProperties' | |
|
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.