Delete Integration Table Properties
| glue_delete_integration_table_properties | R Documentation |
Deletes the table properties that have been created for the tables that need to be replicated¶
Description¶
Deletes the table properties that have been created for the tables that need to be replicated.
Usage¶
glue_delete_integration_table_properties(ResourceArn, TableName)
Arguments¶
ResourceArn |
[required] The connection ARN of the source, or the database ARN of the target. |
TableName |
[required] The name of the table to be replicated. |
Value¶
An empty list.
Request syntax¶
svc$delete_integration_table_properties(
ResourceArn = "string",
TableName = "string"
)