Values.UpdateLakehouseConfigurationResponseSourceModifies the lakehouse configuration for a namespace. This operation allows you to manage Amazon Redshift federated permissions and Amazon Web Services IAM Identity Center trusted identity propagation.
type nonrec t = {catalogArn : String_.t option;The Amazon Resource Name (ARN) of the Glue Data Catalog associated with the 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.
*)lakehouseRegistrationStatus : String_.t option;The current status of the lakehouse registration. Indicates whether the namespace is successfully registered with Amazon Redshift federated permissions.
*)namespaceName : NamespaceName.t option;The name of the namespace.
*)}type nonrec error = [ | `ConflictException of ConflictException.t| `DryRunException of DryRunException.t| `InternalServerException of InternalServerException.t| `ResourceNotFoundException of ResourceNotFoundException.t| `ValidationException of ValidationException.t| `Unknown_operation_error of string * string option ]val error_of_json :
string ->
Yojson.Safe.t ->
[> `ConflictException of ConflictException.t
| `DryRunException of DryRunException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]val error_of_xml :
string ->
Awso.Xml.t ->
[> `ConflictException of ConflictException.t
| `DryRunException of DryRunException.t
| `InternalServerException of InternalServerException.t
| `ResourceNotFoundException of ResourceNotFoundException.t
| `Unknown_operation_error of string * string option
| `ValidationException of ValidationException.t ]