Class: Aws::Appflow::Types::SnowflakeDestinationProperties
- Inherits:
-
Struct
- Object
- Struct
- Aws::Appflow::Types::SnowflakeDestinationProperties
- Includes:
- Structure
- Defined in:
- lib/aws-sdk-appflow/types.rb
Overview
The properties that are applied when Snowflake is being used as a destination.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#bucket_prefix ⇒ String
The object key for the destination bucket in which Amazon AppFlow places the files.
-
#error_handling_config ⇒ Types::ErrorHandlingConfig
The settings that determine how Amazon AppFlow handles an error when placing data in the Snowflake destination.
-
#intermediate_bucket_name ⇒ String
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
-
#object ⇒ String
The object specified in the Snowflake flow destination.
Instance Attribute Details
#bucket_prefix ⇒ String
The object key for the destination bucket in which Amazon AppFlow places the files.
5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-appflow/types.rb', line 5029 class SnowflakeDestinationProperties < Struct.new( :object, :intermediate_bucket_name, :bucket_prefix, :error_handling_config) SENSITIVE = [] include Aws::Structure end |
#error_handling_config ⇒ Types::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.
5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-appflow/types.rb', line 5029 class SnowflakeDestinationProperties < Struct.new( :object, :intermediate_bucket_name, :bucket_prefix, :error_handling_config) SENSITIVE = [] include Aws::Structure end |
#intermediate_bucket_name ⇒ String
The intermediate bucket that Amazon AppFlow uses when moving data into Snowflake.
5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-appflow/types.rb', line 5029 class SnowflakeDestinationProperties < Struct.new( :object, :intermediate_bucket_name, :bucket_prefix, :error_handling_config) SENSITIVE = [] include Aws::Structure end |
#object ⇒ String
The object specified in the Snowflake flow destination.
5029 5030 5031 5032 5033 5034 5035 5036 |
# File 'lib/aws-sdk-appflow/types.rb', line 5029 class SnowflakeDestinationProperties < Struct.new( :object, :intermediate_bucket_name, :bucket_prefix, :error_handling_config) SENSITIVE = [] include Aws::Structure end |