Values_1.RedshiftDatasetDefinitionSourceConfiguration for Redshift Dataset Definition input.
type nonrec t = {clusterId : RedshiftClusterId.t;database : RedshiftDatabase.t;dbUser : RedshiftUserName.t;queryString : RedshiftQueryString.t;clusterRoleArn : Values_0.RoleArn.t;The IAM role attached to your Redshift cluster that Amazon SageMaker uses to generate datasets.
*)outputS3Uri : Values_0.S3Uri.t;The location in Amazon S3 where the Redshift query results are stored.
*)kmsKeyId : Values_0.KmsKeyId.t option;The Amazon Web Services Key Management Service (Amazon Web Services KMS) key that Amazon SageMaker uses to encrypt data from a Redshift execution.
*)outputFormat : RedshiftResultFormat.t;outputCompression : RedshiftResultCompressionType.t option;}val make :
?kmsKeyId:??? ->
?outputCompression:??? ->
clusterId:RedshiftClusterId.t ->
database:RedshiftDatabase.t ->
dbUser:RedshiftUserName.t ->
queryString:RedshiftQueryString.t ->
clusterRoleArn:Values_0.RoleArn.t ->
outputS3Uri:Values_0.S3Uri.t ->
outputFormat:RedshiftResultFormat.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of RedshiftClusterId.t ]) list ]