LakeFormation / Client / update_lake_formation_identity_center_configuration

update_lake_formation_identity_center_configuration#

LakeFormation.Client.update_lake_formation_identity_center_configuration(**kwargs)#

Updates the IAM Identity Center connection parameters.

See also: AWS API Documentation

Request Syntax

response = client.update_lake_formation_identity_center_configuration(
    CatalogId='string',
    ApplicationStatus='ENABLED'|'DISABLED',
    ExternalFiltering={
        'Status': 'ENABLED'|'DISABLED',
        'AuthorizedTargets': [
            'string',
        ]
    }
)
Parameters:
  • CatalogId (string) – The identifier for the Data Catalog. By default, the account ID. The Data Catalog is the persistent metadata store. It contains database definitions, table definitions, view definitions, and other control information to manage your Lake Formation environment.

  • ApplicationStatus (string) – Allows to enable or disable the IAM Identity Center connection.

  • ExternalFiltering (dict) –

    A list of the account IDs of Amazon Web Services accounts of third-party applications that are allowed to access data managed by Lake Formation.

    • Status (string) – [REQUIRED]

      Allows to enable or disable the third-party applications that are allowed to access data managed by Lake Formation.

    • AuthorizedTargets (list) – [REQUIRED]

      List of third-party application ARNs integrated with Lake Formation.

      • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • LakeFormation.Client.exceptions.InvalidInputException

  • LakeFormation.Client.exceptions.EntityNotFoundException

  • LakeFormation.Client.exceptions.InternalServiceException

  • LakeFormation.Client.exceptions.OperationTimeoutException

  • LakeFormation.Client.exceptions.AccessDeniedException

  • LakeFormation.Client.exceptions.ConcurrentModificationException