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