FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake constructor
const
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.
Implementation
const FlowDestinationFlowConfigDestinationConnectorPropertiesSnowflake({
this.bucketPrefix,
this.errorHandlingConfig,
required this.intermediateBucketName,
required this.object_,
});