Values.RedshiftDataProviderSettingsSourceProvides information that defines an Amazon Redshift data provider.
type nonrec t = {serverName : String_.t option;The name of the Amazon Redshift server.
*)port : IntegerOptional.t option;The port value for the Amazon Redshift data provider.
*)databaseName : String_.t option;The database name on the Amazon Redshift data provider.
*)s3Path : String_.t option;The path for the Amazon S3 bucket that the application uses for accessing the user-defined schema.
*)s3AccessRoleArn : String_.t option;The ARN for the role the application uses to access its Amazon S3 bucket.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of IntegerOptional.t | `String of String_.t ])
list ]