LakeFormation / Client / describe_lake_formation_identity_center_configuration

describe_lake_formation_identity_center_configuration#

LakeFormation.Client.describe_lake_formation_identity_center_configuration(**kwargs)#

Retrieves the instance ARN and application ARN for the connection.

See also: AWS API Documentation

Request Syntax

response = client.describe_lake_formation_identity_center_configuration(
    CatalogId='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, and other control information to manage your Lake Formation environment.

Return type:

dict

Returns:

Response Syntax

{
    'CatalogId': 'string',
    'InstanceArn': 'string',
    'ApplicationArn': 'string',
    'ExternalFiltering': {
        'Status': 'ENABLED'|'DISABLED',
        'AuthorizedTargets': [
            'string',
        ]
    }
}

Response Structure

  • (dict) –

    • 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, and other control information to manage your Lake Formation environment.

    • InstanceArn (string) –

      The Amazon Resource Name (ARN) of the connection.

    • ApplicationArn (string) –

      The Amazon Resource Name (ARN) of the integrated application.

    • ExternalFiltering (dict) –

      Indicates if external filtering is enabled.

      • Status (string) –

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

      • AuthorizedTargets (list) –

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

        • (string) –

Exceptions

  • LakeFormation.Client.exceptions.InvalidInputException

  • LakeFormation.Client.exceptions.EntityNotFoundException

  • LakeFormation.Client.exceptions.InternalServiceException

  • LakeFormation.Client.exceptions.OperationTimeoutException

  • LakeFormation.Client.exceptions.AccessDeniedException