FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake class

Constructors

FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake({Input<String?>? bucketPrefix, Input<FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig?>? errorHandlingConfig, required Input<String> intermediateBucketName, required Input<String> object_})
Creates a new FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake. bucketPrefix Optional. errorHandlingConfig Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See the destination_flow_config.destination_connector_properties.zendesk.error_handling_config Block for details. intermediateBucketName Intermediate bucket that Amazon AppFlow uses when moving data into Amazon Snowflake. object_ Required.
const
FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake.fromMap(Map<String, dynamic> map)
factory

Properties

bucketPrefix → Input<String?>?
final
errorHandlingConfig → Input<FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig?>?
Settings that determine how Amazon AppFlow handles an error when placing data in the destination. See the destination_flow_config.destination_connector_properties.zendesk.error_handling_config Block for details.
final
hashCode int
The hash code for this object.
no setterinherited
intermediateBucketName → Input<String>
Intermediate bucket that Amazon AppFlow uses when moving data into Amazon Snowflake.
final
object_ → Input<String>
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toMap() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited