:doc:`RedshiftServerless <../../redshift-serverless>` / Client / update_lakehouse_configuration

******************************
update_lakehouse_configuration
******************************



.. py:method:: RedshiftServerless.Client.update_lakehouse_configuration(**kwargs)

  

  Modifies 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.

  

  See also: `AWS API Documentation <https://docs.aws.amazon.com/goto/WebAPI/redshift-serverless-2021-04-21/UpdateLakehouseConfiguration>`_  


  **Request Syntax**
  ::

    response = client.update_lakehouse_configuration(
        catalogName='string',
        dryRun=True|False,
        lakehouseIdcApplicationArn='string',
        lakehouseIdcRegistration='Associate'|'Disassociate',
        lakehouseRegistration='Register'|'Deregister',
        namespaceName='string'
    )
    
  :type catalogName: string
  :param catalogName: 

    The name of the Glue Data Catalog that will be associated with the namespace enabled with Amazon Redshift federated permissions.

     

    Pattern: ``^[a-z0-9_-]*[a-z]+[a-z0-9_-]*$``

    

  
  :type dryRun: boolean
  :param dryRun: 

    A boolean value that, if ``true``, validates the request without actually updating the lakehouse configuration. Use this to check for errors before making changes.

    

  
  :type lakehouseIdcApplicationArn: string
  :param lakehouseIdcApplicationArn: 

    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 namespace enabled with Amazon Redshift federated permissions.

    

  
  :type lakehouseIdcRegistration: string
  :param lakehouseIdcRegistration: 

    Modifies the Amazon Web Services IAM Identity Center trusted identity propagation on a namespace enabled with Amazon Redshift federated permissions. Valid values are ``Associate`` or ``Disassociate``.

    

  
  :type lakehouseRegistration: string
  :param lakehouseRegistration: 

    Specifies whether to register or deregister the namespace with Amazon Redshift federated permissions. Valid values are ``Register`` or ``Deregister``.

    

  
  :type namespaceName: string
  :param namespaceName: **[REQUIRED]** 

    The name of the namespace whose lakehouse configuration you want to modify.

    

  
  
  :rtype: dict
  :returns: 
    
    **Response Syntax**

    
    ::

      {
          'catalogArn': 'string',
          'lakehouseIdcApplicationArn': 'string',
          'lakehouseRegistrationStatus': 'string',
          'namespaceName': 'string'
      }
      
    **Response Structure**

    

    - *(dict) --* 
      

      - **catalogArn** *(string) --* 

        The Amazon Resource Name (ARN) of the Glue Data Catalog associated with the lakehouse configuration.

        
      

      - **lakehouseIdcApplicationArn** *(string) --* 

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

        The current status of the lakehouse registration. Indicates whether the namespace is successfully registered with Amazon Redshift federated permissions.

        
      

      - **namespaceName** *(string) --* 

        The name of the namespace.

        
  
  **Exceptions**
  
  *   :py:class:`RedshiftServerless.Client.exceptions.InternalServerException`

  
  *   :py:class:`RedshiftServerless.Client.exceptions.ResourceNotFoundException`

  
  *   :py:class:`RedshiftServerless.Client.exceptions.ConflictException`

  
  *   :py:class:`RedshiftServerless.Client.exceptions.ValidationException`

  
  *   :py:class:`RedshiftServerless.Client.exceptions.DryRunException`

  