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 RedshiftDestinationProperties = RedshiftDestinationProperties' {}
- newRedshiftDestinationProperties :: Text -> Text -> RedshiftDestinationProperties
- redshiftDestinationProperties_bucketPrefix :: Lens' RedshiftDestinationProperties (Maybe Text)
- redshiftDestinationProperties_errorHandlingConfig :: Lens' RedshiftDestinationProperties (Maybe ErrorHandlingConfig)
- redshiftDestinationProperties_object :: Lens' RedshiftDestinationProperties Text
- redshiftDestinationProperties_intermediateBucketName :: Lens' RedshiftDestinationProperties Text
Documentation
data RedshiftDestinationProperties Source #
The properties that are applied when Amazon Redshift is being used as a destination.
See: newRedshiftDestinationProperties
smart constructor.
RedshiftDestinationProperties' | |
|
Instances
newRedshiftDestinationProperties Source #
Create a value of RedshiftDestinationProperties
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:bucketPrefix:RedshiftDestinationProperties'
, redshiftDestinationProperties_bucketPrefix
- The object key for the bucket in which Amazon AppFlow places the
destination files.
$sel:errorHandlingConfig:RedshiftDestinationProperties'
, redshiftDestinationProperties_errorHandlingConfig
- The settings that determine how Amazon AppFlow handles an error when
placing data in the Amazon Redshift 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.
$sel:object':RedshiftDestinationProperties'
, redshiftDestinationProperties_object
- The object specified in the Amazon Redshift flow destination.
$sel:intermediateBucketName:RedshiftDestinationProperties'
, redshiftDestinationProperties_intermediateBucketName
- The intermediate bucket that Amazon AppFlow uses when moving data into
Amazon Redshift.
redshiftDestinationProperties_bucketPrefix :: Lens' RedshiftDestinationProperties (Maybe Text) Source #
The object key for the bucket in which Amazon AppFlow places the destination files.
redshiftDestinationProperties_errorHandlingConfig :: Lens' RedshiftDestinationProperties (Maybe ErrorHandlingConfig) Source #
The settings that determine how Amazon AppFlow handles an error when
placing data in the Amazon Redshift 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.
redshiftDestinationProperties_object :: Lens' RedshiftDestinationProperties Text Source #
The object specified in the Amazon Redshift flow destination.
redshiftDestinationProperties_intermediateBucketName :: Lens' RedshiftDestinationProperties Text Source #
The intermediate bucket that Amazon AppFlow uses when moving data into Amazon Redshift.