FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake constructor

const FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake({
  1. Input<String?>? bucketPrefix,
  2. Input<FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflakeErrorHandlingConfig?>? errorHandlingConfig,
  3. required Input<String> intermediateBucketName,
  4. 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.

Implementation

const FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake({
  this.bucketPrefix,
  this.errorHandlingConfig,
  required this.intermediateBucketName,
  required this.object_,
});