Values_0.DataLakeAccessPropertiesSourceInput properties to configure data lake access for your catalog resource in the Glue Data Catalog.
type nonrec t = {dataLakeAccess : Boolean.t option;Turns on or off data lake access for Apache Spark applications that access Amazon Redshift databases in the Data Catalog from any non-Redshift engine, such as Amazon Athena, Amazon EMR, or Glue ETL.
*)dataTransferRole : IAMRoleArn.t option;A role that will be assumed by Glue for transferring data into/out of the staging bucket during a query.
*)kmsKey : ResourceArnString.t option;An encryption key that will be used for the staging bucket that will be created along with the catalog.
*)catalogType : NameString.t option;Specifies a federated catalog type for the native catalog resource. The currently supported type is aws:redshift.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Boolean of Boolean.t | `String of IAMRoleArn.t ]) list ]