Module Values.RedshiftDestinationPropertiesSource

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

Sourcetype nonrec t = {
  1. object_ : Object.t;
    (*

    The object specified in the Amazon Redshift flow destination.

    *)
  2. intermediateBucketName : BucketName.t;
    (*

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

    *)
  3. bucketPrefix : BucketPrefix.t option;
    (*

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

    *)
  4. errorHandlingConfig : ErrorHandlingConfig.t option;
    (*

    The settings that determine how Amazon AppFlow handles an error when placing data in the Amazon Redshift 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.

    *)
}
Sourceval context_ : string
Sourceval make : ?bucketPrefix:??? -> ?errorHandlingConfig:??? -> object_:Object.t -> intermediateBucketName:BucketName.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of Object.t | `Structure of (string * [> `Boolean of Boolean.t | `String of BucketPrefix.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t