AWS::AppFlow::Flow SnowflakeDestinationProperties - AWS CloudFormation

AWS::AppFlow::Flow SnowflakeDestinationProperties

The properties that are applied when Snowflake is being used as a destination.

Syntax

To declare this entity in your AWS CloudFormation template, use the following syntax:

JSON

{ "BucketPrefix" : String, "ErrorHandlingConfig" : ErrorHandlingConfig, "IntermediateBucketName" : String, "Object" : String }

Properties

BucketPrefix

The object key for the destination bucket in which Amazon AppFlow places the files.

Required: No

Type: String

Maximum: 512

Update requires: No interruption

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.

Required: No

Type: ErrorHandlingConfig

Update requires: No interruption

IntermediateBucketName

The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.

Required: Yes

Type: String

Pattern: \S+

Minimum: 3

Maximum: 63

Update requires: No interruption

Object

The object specified in the Snowflake flow destination.

Required: Yes

Type: String

Pattern: \S+

Maximum: 512

Update requires: No interruption

See also