Values_0.RedshiftSourceSourceSpecifies an Amazon Redshift data store.
type nonrec t = {name : NodeName.t;The name of the Amazon Redshift data store.
*)database : EnclosedInStringProperty.t;The database to read from.
*)table : EnclosedInStringProperty.t;The database table to read from.
*)redshiftTmpDir : EnclosedInStringProperty.t option;The Amazon S3 path where temporary data can be staged when copying out of the database.
*)tmpDirIAMRole : EnclosedInStringProperty.t option;The IAM role with permissions.
*)}val make :
?redshiftTmpDir:??? ->
?tmpDirIAMRole:??? ->
name:NodeName.t ->
database:EnclosedInStringProperty.t ->
table:EnclosedInStringProperty.t ->
unit ->
t