glue_get_integration_table_properties {paws.analytics} | R Documentation |
This API is used to retrieve optional override properties for the tables that need to be replicated
Description
This API is used to retrieve optional override properties for the tables that need to be replicated. These properties can include properties for filtering and partition for source and target tables.
See https://www.paws-r-sdk.com/docs/glue_get_integration_table_properties/ for full documentation.
Usage
glue_get_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. |
[Package paws.analytics version 0.9.0 Index]