You are viewing documentation for version 2 of the AWS SDK for Ruby. Version 3 documentation can be found here.

Class: Aws::Appflow::Types::SnowflakeDestinationProperties

Inherits:
Struct
  • Object
show all
Defined in:
(unknown)

Overview

Note:

When passing SnowflakeDestinationProperties as input to an Aws::Client method, you can use a vanilla Hash:

{
  object: "Object", # required
  intermediate_bucket_name: "BucketName", # required
  bucket_prefix: "BucketPrefix",
  error_handling_config: {
    fail_on_first_destination_error: false,
    bucket_prefix: "BucketPrefix",
    bucket_name: "BucketName",
  },
}

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

Returned by:

Instance Attribute Summary collapse

Instance Attribute Details

#bucket_prefixString

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

Returns:

  • (String)

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

#error_handling_configTypes::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.

Returns:

  • (Types::ErrorHandlingConfig)

    The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.

#intermediate_bucket_nameString

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

Returns:

  • (String)

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

#objectString

The object specified in the Snowflake flow destination.

Returns:

  • (String)

    The object specified in the Snowflake flow destination.