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 ErrorHandlingConfig = ErrorHandlingConfig' {}
- newErrorHandlingConfig :: ErrorHandlingConfig
- errorHandlingConfig_failOnFirstDestinationError :: Lens' ErrorHandlingConfig (Maybe Bool)
- errorHandlingConfig_bucketPrefix :: Lens' ErrorHandlingConfig (Maybe Text)
- errorHandlingConfig_bucketName :: Lens' ErrorHandlingConfig (Maybe Text)
Documentation
data ErrorHandlingConfig Source #
The settings that determine how Amazon AppFlow handles an error when
placing data in the destination. For example, this setting would
determine if the flow should fail after one insertion error, or continue
and attempt to insert every record regardless of the initial failure.
ErrorHandlingConfig
is a part of the destination connector details.
See: newErrorHandlingConfig
smart constructor.
ErrorHandlingConfig' | |
|
Instances
newErrorHandlingConfig :: ErrorHandlingConfig Source #
Create a value of ErrorHandlingConfig
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:failOnFirstDestinationError:ErrorHandlingConfig'
, errorHandlingConfig_failOnFirstDestinationError
- Specifies if the flow should fail after the first instance of a failure
when attempting to place data in the destination.
$sel:bucketPrefix:ErrorHandlingConfig'
, errorHandlingConfig_bucketPrefix
- Specifies the Amazon S3 bucket prefix.
$sel:bucketName:ErrorHandlingConfig'
, errorHandlingConfig_bucketName
- Specifies the name of the Amazon S3 bucket.
errorHandlingConfig_failOnFirstDestinationError :: Lens' ErrorHandlingConfig (Maybe Bool) Source #
Specifies if the flow should fail after the first instance of a failure when attempting to place data in the destination.
errorHandlingConfig_bucketPrefix :: Lens' ErrorHandlingConfig (Maybe Text) Source #
Specifies the Amazon S3 bucket prefix.
errorHandlingConfig_bucketName :: Lens' ErrorHandlingConfig (Maybe Text) Source #
Specifies the name of the Amazon S3 bucket.