LakeFormation / Client / revoke_permissions

revoke_permissions#

LakeFormation.Client.revoke_permissions(**kwargs)#

Revokes permissions to the principal to access metadata in the Data Catalog and data organized in underlying data storage such as Amazon S3.

See also: AWS API Documentation

Request Syntax

response = client.revoke_permissions(
    CatalogId='string',
    Principal={
        'DataLakePrincipalIdentifier': 'string'
    },
    Resource={
        'Catalog': {}
        ,
        'Database': {
            'CatalogId': 'string',
            'Name': 'string'
        },
        'Table': {
            'CatalogId': 'string',
            'DatabaseName': 'string',
            'Name': 'string',
            'TableWildcard': {}

        },
        'TableWithColumns': {
            'CatalogId': 'string',
            'DatabaseName': 'string',
            'Name': 'string',
            'ColumnNames': [
                'string',
            ],
            'ColumnWildcard': {
                'ExcludedColumnNames': [
                    'string',
                ]
            }
        },
        'DataLocation': {
            'CatalogId': 'string',
            'ResourceArn': 'string'
        },
        'DataCellsFilter': {
            'TableCatalogId': 'string',
            'DatabaseName': 'string',
            'TableName': 'string',
            'Name': 'string'
        },
        'LFTag': {
            'CatalogId': 'string',
            'TagKey': 'string',
            'TagValues': [
                'string',
            ]
        },
        'LFTagPolicy': {
            'CatalogId': 'string',
            'ResourceType': 'DATABASE'|'TABLE',
            'Expression': [
                {
                    'TagKey': 'string',
                    'TagValues': [
                        'string',
                    ]
                },
            ]
        }
    },
    Permissions=[
        'ALL'|'SELECT'|'ALTER'|'DROP'|'DELETE'|'INSERT'|'DESCRIBE'|'CREATE_DATABASE'|'CREATE_TABLE'|'DATA_LOCATION_ACCESS'|'CREATE_LF_TAG'|'ASSOCIATE'|'GRANT_WITH_LF_TAG_EXPRESSION',
    ],
    PermissionsWithGrantOption=[
        'ALL'|'SELECT'|'ALTER'|'DROP'|'DELETE'|'INSERT'|'DESCRIBE'|'CREATE_DATABASE'|'CREATE_TABLE'|'DATA_LOCATION_ACCESS'|'CREATE_LF_TAG'|'ASSOCIATE'|'GRANT_WITH_LF_TAG_EXPRESSION',
    ]
)
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.

  • Principal (dict) –

    [REQUIRED]

    The principal to be revoked permissions on the resource.

    • DataLakePrincipalIdentifier (string) –

      An identifier for the Lake Formation principal.

  • Resource (dict) –

    [REQUIRED]

    The resource to which permissions are to be revoked.

    • Catalog (dict) –

      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.

    • Database (dict) –

      The database for the resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database permissions to a principal.

      • CatalogId (string) –

        The identifier for the Data Catalog. By default, it is the account ID of the caller.

      • Name (string) – [REQUIRED]

        The name of the database resource. Unique to the Data Catalog.

    • Table (dict) –

      The table for the resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.

      • CatalogId (string) –

        The identifier for the Data Catalog. By default, it is the account ID of the caller.

      • DatabaseName (string) – [REQUIRED]

        The name of the database for the table. Unique to a Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.

      • Name (string) –

        The name of the table.

      • TableWildcard (dict) –

        A wildcard object representing every table under a database.

        At least one of TableResource$Name or TableResource$TableWildcard is required.

    • TableWithColumns (dict) –

      The table with columns for the resource. A principal with permissions to this resource can select metadata from the columns of a table in the Data Catalog and the underlying data in Amazon S3.

      • CatalogId (string) –

        The identifier for the Data Catalog. By default, it is the account ID of the caller.

      • DatabaseName (string) – [REQUIRED]

        The name of the database for the table with columns resource. Unique to the Data Catalog. A database is a set of associated table definitions organized into a logical group. You can Grant and Revoke database privileges to a principal.

      • Name (string) – [REQUIRED]

        The name of the table resource. A table is a metadata definition that represents your data. You can Grant and Revoke table privileges to a principal.

      • ColumnNames (list) –

        The list of column names for the table. At least one of ColumnNames or ColumnWildcard is required.

        • (string) –

      • ColumnWildcard (dict) –

        A wildcard specified by a ColumnWildcard object. At least one of ColumnNames or ColumnWildcard is required.

        • ExcludedColumnNames (list) –

          Excludes column names. Any column with this name will be excluded.

          • (string) –

    • DataLocation (dict) –

      The location of an Amazon S3 path where permissions are granted or revoked.

      • CatalogId (string) –

        The identifier for the Data Catalog where the location is registered with Lake Formation. By default, it is the account ID of the caller.

      • ResourceArn (string) – [REQUIRED]

        The Amazon Resource Name (ARN) that uniquely identifies the data location resource.

    • DataCellsFilter (dict) –

      A data cell filter.

      • TableCatalogId (string) –

        The ID of the catalog to which the table belongs.

      • DatabaseName (string) –

        A database in the Glue Data Catalog.

      • TableName (string) –

        The name of the table.

      • Name (string) –

        The name of the data cells filter.

    • LFTag (dict) –

      The LF-tag key and values attached to a resource.

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

      • TagKey (string) – [REQUIRED]

        The key-name for the LF-tag.

      • TagValues (list) – [REQUIRED]

        A list of possible values an attribute can take.

        • (string) –

    • LFTagPolicy (dict) –

      A list of LF-tag conditions that define a resource’s LF-tag policy.

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

      • ResourceType (string) – [REQUIRED]

        The resource type for which the LF-tag policy applies.

      • Expression (list) – [REQUIRED]

        A list of LF-tag conditions that apply to the resource’s LF-tag policy.

        • (dict) –

          A structure that allows an admin to grant user permissions on certain conditions. For example, granting a role access to all columns that do not have the LF-tag ‘PII’ in tables that have the LF-tag ‘Prod’.

          • TagKey (string) – [REQUIRED]

            The key-name for the LF-tag.

          • TagValues (list) – [REQUIRED]

            A list of possible values an attribute can take.

            The maximum number of values that can be defined for a LF-Tag is 1000. A single API call supports 50 values. You can use multiple API calls to add more values.

            • (string) –

  • Permissions (list) –

    [REQUIRED]

    The permissions revoked to the principal on the resource. For information about permissions, see Security and Access Control to Metadata and Data.

    • (string) –

  • PermissionsWithGrantOption (list) –

    Indicates a list of permissions for which to revoke the grant option allowing the principal to pass permissions to other principals.

    • (string) –

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions

  • LakeFormation.Client.exceptions.ConcurrentModificationException

  • LakeFormation.Client.exceptions.EntityNotFoundException

  • LakeFormation.Client.exceptions.InvalidInputException