Values_0.DataLakeAccessPropertiesOutputSourceThe output properties of the data lake access configuration 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.
*)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.
*)managedWorkgroupName : NameString.t option;The managed Redshift Serverless compute name that is created for your catalog resource.
*)managedWorkgroupStatus : NameString.t option;The managed Redshift Serverless compute status.
*)redshiftDatabaseName : NameString.t option;The default Redshift database resource name in the managed compute.
*)statusMessage : NameString.t option;A message that gives more detailed information about the managed workgroup status.
*)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 ]