Values.LakehouseConfigurationSourceContains configuration information for lakehouse integration, including the cluster identifier, catalog ARN, and registration status.
type modifyLakehouseConfigurationResult = {clusterIdentifier : String_.t option;The unique identifier of the cluster associated with this lakehouse configuration.
*)lakehouseIdcApplicationArn : String_.t option;The Amazon Resource Name (ARN) of the IAM Identity Center application used for enabling Amazon Web Services IAM Identity Center trusted identity propagation on a cluster enabled with Amazon Redshift federated permissions.
*)lakehouseRegistrationStatus : String_.t option;The current status of the lakehouse registration. Indicates whether the cluster is successfully registered with the lakehouse.
*)catalogArn : String_.t option;The Amazon Resource Name (ARN) of the Glue data catalog associated with the lakehouse configuration.
*)}and t = {modifyLakehouseConfigurationResult : modifyLakehouseConfigurationResult;responseMetaData : responseMetaData;}type error = [ | `ClusterNotFoundFault of ClusterNotFoundFault.t| `DependentServiceAccessDeniedFault of DependentServiceAccessDeniedFault.t| `InvalidClusterStateFault of InvalidClusterStateFault.t| `RedshiftIdcApplicationNotExistsFault of RedshiftIdcApplicationNotExistsFault.t| `UnsupportedOperationFault of UnsupportedOperationFault.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ClusterNotFoundFault of unit
| `DependentServiceAccessDeniedFault of unit
| `DependentServiceUnavailableFault of unit
| `InvalidClusterStateFault of unit
| `RedshiftIdcApplicationNotExistsFault of unit
| `UnauthorizedOperation of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ClusterNotFoundFault of unit
| `DependentServiceAccessDeniedFault of unit
| `DependentServiceUnavailableFault of unit
| `InvalidClusterStateFault of unit
| `RedshiftIdcApplicationNotExistsFault of unit
| `UnauthorizedOperation of unit
| `Unknown_operation_error of string * string option
| `UnsupportedOperationFault of unit ]