CleanRoomsService / Client / delete_intermediate_table_analysis_rule

delete_intermediate_table_analysis_rule

CleanRoomsService.Client.delete_intermediate_table_analysis_rule(**kwargs)

Deletes an analysis rule from an intermediate table. After the analysis rule is deleted, the intermediate table becomes unqueryable until a new analysis rule is attached. Only the intermediate table owner can call this operation.

See also: AWS API Documentation

Request Syntax

response = client.delete_intermediate_table_analysis_rule(
    membershipIdentifier='string',
    intermediateTableIdentifier='string',
    analysisRuleType='CUSTOM'
)
Parameters:
  • membershipIdentifier (string) –

    [REQUIRED]

    The unique identifier of the membership that contains the intermediate table.

  • intermediateTableIdentifier (string) –

    [REQUIRED]

    The unique identifier of the intermediate table from which to delete the analysis rule.

  • analysisRuleType (string) –

    [REQUIRED]

    The type of analysis rule to delete. Currently, only CUSTOM is supported.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions