Glue / Client / delete_integration_table_properties

delete_integration_table_properties#

Glue.Client.delete_integration_table_properties(**kwargs)#

Deletes the table properties that have been created for the tables that need to be replicated.

See also: AWS API Documentation

Request Syntax

response = client.delete_integration_table_properties(
    ResourceArn='string',
    TableName='string'
)
Parameters:
  • ResourceArn (string) –

    [REQUIRED]

    The connection ARN of the source, or the database ARN of the target.

  • TableName (string) –

    [REQUIRED]

    The name of the table to be replicated.

Return type:

dict

Returns:

Response Syntax

{}

Response Structure

  • (dict) –

Exceptions