Module Values.LakehouseConfigurationSource

Contains configuration information for lakehouse integration, including the cluster identifier, catalog ARN, and registration status.

Sourcetype modifyLakehouseConfigurationResult = {
  1. clusterIdentifier : String_.t option;
    (*

    The unique identifier of the cluster associated with this lakehouse configuration.

    *)
  2. 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.

    *)
  3. lakehouseRegistrationStatus : String_.t option;
    (*

    The current status of the lakehouse registration. Indicates whether the cluster is successfully registered with the lakehouse.

    *)
  4. catalogArn : String_.t option;
    (*

    The Amazon Resource Name (ARN) of the Glue data catalog associated with the lakehouse configuration.

    *)
}
Sourceand responseMetaData = unit
Sourceand t = {
  1. modifyLakehouseConfigurationResult : modifyLakehouseConfigurationResult;
  2. responseMetaData : responseMetaData;
}
Sourcetype error = [
  1. | `ClusterNotFoundFault of ClusterNotFoundFault.t
  2. | `DependentServiceAccessDeniedFault of DependentServiceAccessDeniedFault.t
  3. | `DependentServiceUnavailableFault of DependentServiceUnavailableFault.t
  4. | `InvalidClusterStateFault of InvalidClusterStateFault.t
  5. | `RedshiftIdcApplicationNotExistsFault of RedshiftIdcApplicationNotExistsFault.t
  6. | `UnauthorizedOperation of UnauthorizedOperation.t
  7. | `UnsupportedOperationFault of UnsupportedOperationFault.t
  8. | `Unknown_operation_error of string * string option
]
Sourceval context_ : string
Sourceval make : ?clusterIdentifier:??? -> ?lakehouseIdcApplicationArn:??? -> ?lakehouseRegistrationStatus:??? -> ?catalogArn:??? -> unit -> t
Sourceval 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 ]
Sourceval 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 ]
Sourceval error_to_json : error -> Yojson.Safe.t
Sourceval to_value : t -> [> `Structure of (string * [> `Structure of (string * [> `String of String_.t ]) list ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t